diff options
author | Sam Potts <sam@selz.com> | 2016-03-13 22:45:47 +1100 |
---|---|---|
committer | Sam Potts <sam@selz.com> | 2016-03-13 22:45:47 +1100 |
commit | ba9abdc1d399255afcc2bd8a30e2569a78221f4f (patch) | |
tree | fe531b12a17aaf358d993a88b54f30fbcff7c752 | |
parent | 6a8803ec9fb39f7cad56273559d94f51dcf8be79 (diff) | |
download | plyr-ba9abdc1d399255afcc2bd8a30e2569a78221f4f.tar.lz plyr-ba9abdc1d399255afcc2bd8a30e2569a78221f4f.tar.xz plyr-ba9abdc1d399255afcc2bd8a30e2569a78221f4f.zip |
Update readme.md
-rw-r--r-- | readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -44,6 +44,7 @@ Check `docs/index.html` and `docs/dist/docs.js` for an example setup. ### Node Package Manager (NPM) [](https://badge.fury.io/js/plyr) + Using NPM, you can grab Plyr: ``` npm install plyr @@ -52,6 +53,7 @@ npm install plyr ### Bower [](https://badge.fury.io/bo/plyr) + If bower is your thang, you can grab Plyr using: ``` bower install plyr |