aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2015-02-17 15:54:02 +1100
committerSam Potts <me@sampotts.me>2015-02-17 15:54:02 +1100
commitc0254d76e34e8a7c8cab51d1d4de65a3cdac5e5c (patch)
treee9f1d65159389306ea4b2209f66ad7f700646a1c
parentd00b9dc44b7210b418bbc7c8f970c569eb7a5952 (diff)
downloadplyr-c0254d76e34e8a7c8cab51d1d4de65a3cdac5e5c.tar.lz
plyr-c0254d76e34e8a7c8cab51d1d4de65a3cdac5e5c.tar.xz
plyr-c0254d76e34e8a7c8cab51d1d4de65a3cdac5e5c.zip
Added bower reference
-rw-r--r--bower.json2
-rw-r--r--package.json2
-rw-r--r--readme.md7
3 files changed, 9 insertions, 2 deletions
diff --git a/bower.json b/bower.json
index ad6526db..7262919a 100644
--- a/bower.json
+++ b/bower.json
@@ -25,5 +25,5 @@
"type": "git",
"url": "git://github.com/selz/plyr.git"
},
- "license": "MIT"
+ "license": "BSD"
} \ No newline at end of file
diff --git a/package.json b/package.json
index 54963df1..938dc402 100644
--- a/package.json
+++ b/package.json
@@ -33,5 +33,5 @@
"authors": [
"Sam Potts <me@sampotts.me>"
],
- "license": "MIT"
+ "license": "BSD"
}
diff --git a/readme.md b/readme.md
index 0d313641..92b953fb 100644
--- a/readme.md
+++ b/readme.md
@@ -22,6 +22,13 @@ We wanted a lightweight, accessible and customisable media player that just supp
## Implementation
+### Bower
+If bower is your thang, you can grab Plyr using:
+```
+bower install plyr
+```
+More info on setting up dependencies can be found in the [Bower Docs](http://bower.io/docs/creating-packages/#maintaining-dependencies)
+
### CSS
If you want to use the default css, add the css file from /dist into your head, or even better use the less file included in /assets in your build to save a request.