diff options
author | Sam Potts <me@sampotts.me> | 2016-08-22 13:00:47 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-08-22 13:00:47 +1000 |
commit | 86b2f61b566188f24f45b5ef36febae2f1d11d49 (patch) | |
tree | b4ced7b1d2776684ee8378e2fda8c533e216525e /readme.md | |
parent | 130fb78b4cfdbf0a2fe093a799f799adb03dbf24 (diff) | |
download | plyr-86b2f61b566188f24f45b5ef36febae2f1d11d49.tar.lz plyr-86b2f61b566188f24f45b5ef36febae2f1d11d49.tar.xz plyr-86b2f61b566188f24f45b5ef36febae2f1d11d49.zip |
Bump to v2.0.0
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |