aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorSam <me@sampotts.me>2016-08-26 21:43:51 +1000
committerSam <me@sampotts.me>2016-08-26 21:43:51 +1000
commit15fd7041ab8162439790d7331fa4ecbd63748d31 (patch)
tree42621f449a1128c83eebdee355dd46ec4f3cac79 /readme.md
parent1ced6b4d67aad375b212a221dd85fbb86acf60f7 (diff)
downloadplyr-15fd7041ab8162439790d7331fa4ecbd63748d31.tar.lz
plyr-15fd7041ab8162439790d7331fa4ecbd63748d31.tar.xz
plyr-15fd7041ab8162439790d7331fa4ecbd63748d31.zip
Fixed AMD definition
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 0c350a22..6f8ce734 100644
--- a/readme.md
+++ b/readme.md
@@ -122,7 +122,7 @@ Include the `plyr.js` script before the closing `</body>` tag and then call `ply
If you want to use our CDN for the JavaScript, you can use the following:
```html
-<script src="https://cdn.plyr.io/2.0.5/plyr.js"></script>
+<script src="https://cdn.plyr.io/2.0.6/plyr.js"></script>
```
### CSS
@@ -135,11 +135,11 @@ Include the `plyr.css` stylsheet into your `<head>`
If you want to use our CDN for the default CSS, you can use the following:
```html
-<link rel="stylesheet" href="https://cdn.plyr.io/2.0.5/plyr.css">
+<link rel="stylesheet" href="https://cdn.plyr.io/2.0.6/plyr.css">
```
### SVG Sprite
-The SVG sprite is loaded automatically from our CDN. To change this, see the [options](#Options) below. For reference, the CDN hosted SVG sprite can be found at `https://cdn.plyr.io/2.0.5/plyr.svg`.
+The SVG sprite is loaded automatically from our CDN. To change this, see the [options](#Options) below. For reference, the CDN hosted SVG sprite can be found at `https://cdn.plyr.io/2.0.6/plyr.svg`.
## Advanced