diff options
author | Sam Potts <me@sampotts.me> | 2015-03-06 12:20:47 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-03-06 12:20:47 +1100 |
commit | 5d3fb359b8dfaa9db9fe70131055fe04d4ab66df (patch) | |
tree | 543f72402a6b2794875d23a2c52b4d56151dfb63 | |
parent | 0227dfa7d8d2dd51ec3bc9ab58e014b3267a71ce (diff) | |
download | plyr-5d3fb359b8dfaa9db9fe70131055fe04d4ab66df.tar.lz plyr-5d3fb359b8dfaa9db9fe70131055fe04d4ab66df.tar.xz plyr-5d3fb359b8dfaa9db9fe70131055fe04d4ab66df.zip |
Note about demo code
-rw-r--r-- | readme.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -36,7 +36,9 @@ If you have any cool ideas or features, please let me know by [creating an issue ## Implementation -Check `docs/index.html` and `docs/dist/docs.js` for an example setup. +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.0.21/plyr.js` to `https://cdn.plyr.io/1.0.21/plyr.js` ### Bower If bower is your thang, you can grab Plyr using: |