diff options
author | Sam Potts <me@sampotts.me> | 2018-01-09 20:25:46 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2018-01-09 20:25:46 +1100 |
commit | 6fd7b26bb2b0d1961a8b5844792f51adc6074cbc (patch) | |
tree | 23ac3c02de2f16c34774b208558c0bd1a5b8bbcb /readme.md | |
parent | 1df79cf7f8d9d41aa2c26ce6fe879ad58ce658fc (diff) | |
download | plyr-6fd7b26bb2b0d1961a8b5844792f51adc6074cbc.tar.lz plyr-6fd7b26bb2b0d1961a8b5844792f51adc6074cbc.tar.xz plyr-6fd7b26bb2b0d1961a8b5844792f51adc6074cbc.zip |
Beta version up on https://plyr.io/beta and CDN
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -120,7 +120,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.13/plyr.js"></script> +<script src="https://cdn.plyr.io/3.0.0-beta.1/plyr.js"></script> ``` ### CSS @@ -134,13 +134,13 @@ 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.13/plyr.css"> +<link rel="stylesheet" href="https://cdn.plyr.io/3.0.0-beta.1/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.13/plyr.svg`. +reference, the CDN hosted SVG sprite can be found at `https://cdn.plyr.io/3.0.0-beta.1/plyr.svg`. ## Advanced |