aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2016-08-22 13:00:47 +1000
committerSam Potts <me@sampotts.me>2016-08-22 13:00:47 +1000
commit86b2f61b566188f24f45b5ef36febae2f1d11d49 (patch)
treeb4ced7b1d2776684ee8378e2fda8c533e216525e /readme.md
parent130fb78b4cfdbf0a2fe093a799f799adb03dbf24 (diff)
downloadplyr-86b2f61b566188f24f45b5ef36febae2f1d11d49.tar.lz
plyr-86b2f61b566188f24f45b5ef36febae2f1d11d49.tar.xz
plyr-86b2f61b566188f24f45b5ef36febae2f1d11d49.zip
Bump to v2.0.0
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 84bb615a..a85b684c 100644
--- a/readme.md
+++ b/readme.md
@@ -121,7 +121,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/1.9.0/plyr.js"></script>
+<script src="https://cdn.plyr.io/2.0.0/plyr.js"></script>
```
### CSS
@@ -134,11 +134,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/1.9.0/plyr.css">
+<link rel="stylesheet" href="https://cdn.plyr.io/2.0.0/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/1.9.0/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.0/plyr.svg`.
## Advanced