aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@selz.com>2016-05-25 19:12:05 +0100
committerSam Potts <sam@selz.com>2016-05-25 19:12:05 +0100
commit845ed000fc846b044961ca123ba6c06539b59052 (patch)
tree9fe9f8a1ec83545310b3dce85ebf0d81f89e7926
parenta2f18c4e31b67465fd7ecc698b157c93f2bdf22f (diff)
parentc7b2347ccd8de14613f74b6aee6d92f94e482678 (diff)
downloadplyr-845ed000fc846b044961ca123ba6c06539b59052.tar.lz
plyr-845ed000fc846b044961ca123ba6c06539b59052.tar.xz
plyr-845ed000fc846b044961ca123ba6c06539b59052.zip
Merge pull request #244 from thijstriemstra/patch-1
reference unminified js script
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 4489ea4d..5ad67560 100644
--- a/readme.md
+++ b/readme.md
@@ -38,7 +38,7 @@ 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.
+Check `docs/index.html` and `docs/src/js/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.16/plyr.js` to `https://cdn.plyr.io/1.6.16/plyr.js`