Added bower reference
This commit is contained in:
parent
d00b9dc44b
commit
c0254d76e3
@ -25,5 +25,5 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/selz/plyr.git"
|
"url": "git://github.com/selz/plyr.git"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "BSD"
|
||||||
}
|
}
|
@ -33,5 +33,5 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
"Sam Potts <me@sampotts.me>"
|
"Sam Potts <me@sampotts.me>"
|
||||||
],
|
],
|
||||||
"license": "MIT"
|
"license": "BSD"
|
||||||
}
|
}
|
||||||
|
@ -22,6 +22,13 @@ We wanted a lightweight, accessible and customisable media player that just supp
|
|||||||
|
|
||||||
## Implementation
|
## 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
|
### 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.
|
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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user