From 5d3fb359b8dfaa9db9fe70131055fe04d4ab66df Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Fri, 6 Mar 2015 12:20:47 +1100 Subject: [PATCH] Note about demo code --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a14a4c81..dfb9be91 100644 --- a/readme.md +++ b/readme.md @@ -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: