diff options
author | Sam Potts <sam@selz.com> | 2016-07-30 14:10:34 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-30 14:10:34 +1000 |
commit | 81756a1af9454711ec8cfbab1c14fc7016f196fb (patch) | |
tree | 41cddc1493736da20b9674320363fb7404342670 | |
parent | a0ddc5e6eb4802927caaad344a5babda83e6d7c9 (diff) | |
parent | 05e1ab116595a13b71e279eaa4c28f60a9edc774 (diff) | |
download | plyr-81756a1af9454711ec8cfbab1c14fc7016f196fb.tar.lz plyr-81756a1af9454711ec8cfbab1c14fc7016f196fb.tar.xz plyr-81756a1af9454711ec8cfbab1c14fc7016f196fb.zip |
Merge pull request #322 from mortonfox/patch-1
Fix the Initialising and Options anchor links
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -111,7 +111,7 @@ For YouTube and Vimeo, Plyr uses the standard YouTube API markup (an empty `<div ``` ### JavaScript -Include the `plyr.js` script before the closing `</body>` tag and then call `plyr.setup()`. More info on `setup()` can be found under [#initialising](initialising). +Include the `plyr.js` script before the closing `</body>` tag and then call `plyr.setup()`. More info on `setup()` can be found under [initialising](#initialising). ```html <script src="path/to/plyr.js"></script> @@ -138,7 +138,7 @@ If you want to use our CDN for the default CSS, you can use the following: ``` ### 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.8.12/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/1.8.12/plyr.svg`. ## Advanced |