diff options
author | Sam Potts <sam@potts.es> | 2017-11-04 23:18:47 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2017-11-04 23:18:47 +1100 |
commit | 3c99357f0619b7b9116a5a14ea4bc571dbbefb8c (patch) | |
tree | 24680afe040060ef412f6baaf19c041e6dd6f0e3 /readme.md | |
parent | a757acad15745edb7c8a10697c58834226f57971 (diff) | |
download | plyr-3c99357f0619b7b9116a5a14ea4bc571dbbefb8c.tar.lz plyr-3c99357f0619b7b9116a5a14ea4bc571dbbefb8c.tar.xz plyr-3c99357f0619b7b9116a5a14ea4bc571dbbefb8c.zip |
Vimeo fixes + small bug fixes
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -137,7 +137,7 @@ Include the `plyr.js` script before the closing `</body>` tag and then call `ply If you want to use our CDN (provided by [Fastly](https://www.fastly.com/)) for the JavaScript, you can use the following: ```html -<script src="https://cdn.plyr.io/2.0.16/plyr.js"></script> +<script src="https://cdn.plyr.io/2.0.17/plyr.js"></script> ``` ### CSS @@ -150,11 +150,11 @@ Include the `plyr.css` stylsheet into your `<head>` If you want to use our CDN (provided by [Fastly](https://www.fastly.com/)) for the default CSS, you can use the following: ```html -<link rel="stylesheet" href="https://cdn.plyr.io/2.0.16/plyr.css"> +<link rel="stylesheet" href="https://cdn.plyr.io/2.0.17/plyr.css"> ``` ### SVG Sprite -The SVG sprite is loaded automatically from our CDN (provided by [Fastly](https://www.fastly.com/)). 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.16/plyr.svg`. +The SVG sprite is loaded automatically from our CDN (provided by [Fastly](https://www.fastly.com/)). 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.17/plyr.svg`. ## Advanced |