aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2016-03-14 22:34:44 +1100
committerSam Potts <me@sampotts.me>2016-03-14 22:34:44 +1100
commit33771ef8c0037d3918925151d0df0dadb23a7e42 (patch)
treefcb005ad251724f7c5f3d3deec1a01c370975ca2
parentb51a1684dc624a9fda18a93c83f8b5ab790146ba (diff)
parentba9abdc1d399255afcc2bd8a30e2569a78221f4f (diff)
downloadplyr-33771ef8c0037d3918925151d0df0dadb23a7e42.tar.lz
plyr-33771ef8c0037d3918925151d0df0dadb23a7e42.tar.xz
plyr-33771ef8c0037d3918925151d0df0dadb23a7e42.zip
Merge branch 'master' of github.com:selz/plyr
-rw-r--r--readme.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 0e2ce65d..53c76032 100644
--- a/readme.md
+++ b/readme.md
@@ -28,6 +28,7 @@ Oh and yes, it works with Bootstrap.
Check out the [changelog](changelog.md) to see what's new with Plyr.
## Planned Development
+- Streaming
- Playback speed
- Playlists
- Multiple language captions (with selection)
@@ -37,12 +38,13 @@ Check out the [changelog](changelog.md) to see what's new with Plyr.
If you have any cool ideas or features, please let me know by [creating an issue](https://github.com/Selz/plyr/issues/new) or, of course, forking and sending a pull request.
## Implementation
-
Check `docs/index.html` and `docs/dist/docs.js` for an example setup.
**Heads up:** the example `index.html` file needs to be served from a webserver (such as Apache, Nginx, IIS or similar) unless you change the file sources to include http or https. e.g. change `//cdn.plyr.io/1.5.19/plyr.js` to `https://cdn.plyr.io/1.5.19/plyr.js`
### Node Package Manager (NPM)
+[![npm version](https://badge.fury.io/js/plyr.svg)](https://badge.fury.io/js/plyr)
+
Using NPM, you can grab Plyr:
```
npm install plyr
@@ -50,6 +52,8 @@ npm install plyr
[https://www.npmjs.com/package/plyr](https://www.npmjs.com/package/plyr)
### Bower
+[![Bower version](https://badge.fury.io/bo/plyr.svg)](https://badge.fury.io/bo/plyr)
+
If bower is your thang, you can grab Plyr using:
```
bower install plyr