diff options
author | Sam Potts <sam@selz.com> | 2017-03-09 15:35:29 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-09 15:35:29 +1100 |
commit | a971850d26b97f011d13fd90b8c7f28dd0967101 (patch) | |
tree | 4f8fc9f413f0f1cdc8f43ce230a786508481b22f | |
parent | bc139f16a733c69be8e667bc7dc06dc0a7b49340 (diff) | |
download | plyr-a971850d26b97f011d13fd90b8c7f28dd0967101.tar.lz plyr-a971850d26b97f011d13fd90b8c7f28dd0967101.tar.xz plyr-a971850d26b97f011d13fd90b8c7f28dd0967101.zip |
Update readme.md
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -154,7 +154,7 @@ If you want to use our CDN (provided by [Fastly](https://www.fastly.com/)) for t ``` ### 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.11/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.11/plyr.svg`. ## Advanced @@ -1015,7 +1015,7 @@ Fullscreen in Plyr is supported by all browsers that [currently support it](http ² Native player used (no support for `<progress>` or `<input type="range">`) but the API is supported (v1.0.28+) -³ IE10 has no native fullscreen support, fallback can be used (see options) +³ IE10 has no native fullscreen support, fallback can be used (see [options](#options)) The `enabled` option can be used to disable certain User Agents. For example, if you don't want to use Plyr for smartphones, you could use: |