diff options
author | Sam Potts <me@sampotts.me> | 2015-07-31 21:34:07 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-07-31 21:34:07 +1000 |
commit | 1ba1bec06611f45fdadc38cbc05507ef6c947ee8 (patch) | |
tree | 2ea378a6e9e2b8006ff22d56ed4e0cd26bb9ac02 /readme.md | |
parent | aad4a720dcb0755371c2c8062ae9e8286ba9f467 (diff) | |
parent | a9783481235d349d696025fff9edbf4622d8e467 (diff) | |
download | plyr-1ba1bec06611f45fdadc38cbc05507ef6c947ee8.tar.lz plyr-1ba1bec06611f45fdadc38cbc05507ef6c947ee8.tar.xz plyr-1ba1bec06611f45fdadc38cbc05507ef6c947ee8.zip |
Merge branch 'master' of github.com:selz/plyr
# Conflicts:
# src/sass/plyr.scss
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -39,7 +39,7 @@ If you have any cool ideas or features, please let me know by [creating an issue 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.2.5/plyr.js` to `https://cdn.plyr.io/1.2.5/plyr.js` +**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.2.6/plyr.js` to `https://cdn.plyr.io/1.2.6/plyr.js` ### Bower If bower is your thang, you can grab Plyr using: @@ -59,11 +59,11 @@ More info is on [npm](https://www.npmjs.com/package/ember-cli-plyr) and [GitHub] If you want to use our CDN, you can use the following: ```html -<link rel="stylesheet" href="https://cdn.plyr.io/1.2.5/plyr.css"> -<script src="https://cdn.plyr.io/1.2.5/plyr.js"></script> +<link rel="stylesheet" href="https://cdn.plyr.io/1.2.6/plyr.css"> +<script src="https://cdn.plyr.io/1.2.6/plyr.js"></script> ``` -You can also access the `sprite.svg` file at `https://cdn.plyr.io/1.2.5/sprite.svg`. +You can also access the `sprite.svg` file at `https://cdn.plyr.io/1.2.6/sprite.svg`. ### CSS If you want to use the default css, add the `plyr.css` file from /dist into your head, or even better use `plyr.less` or `plyr.sass` file included in `/src` in your build to save a request. |