diff options
author | Sam Potts <sam@selz.com> | 2016-05-17 12:38:52 +1000 |
---|---|---|
committer | Sam Potts <sam@selz.com> | 2016-05-17 12:38:52 +1000 |
commit | a461500ab918bc62628725d86fed696061d8f011 (patch) | |
tree | 728971a65d1eb031a67be4b069a84ea174e46678 | |
parent | c830af492c1ea99f070dda44672ee7794baa6516 (diff) | |
download | plyr-a461500ab918bc62628725d86fed696061d8f011.tar.lz plyr-a461500ab918bc62628725d86fed696061d8f011.tar.xz plyr-a461500ab918bc62628725d86fed696061d8f011.zip |
Update readme.md
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ 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.6.11/plyr.js` to `https://cdn.plyr.io/1.6.11/plyr.js` -### `npm` +### npm Using `npm`, you can grab Plyr: ``` |