From 05e1ab116595a13b71e279eaa4c28f60a9edc774 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sat, 30 Jul 2016 00:09:39 -0400 Subject: [PATCH] Fix the Initialising and Options anchor links --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 9782150e..1924968e 100644 --- a/readme.md +++ b/readme.md @@ -111,7 +111,7 @@ For YouTube and Vimeo, Plyr uses the standard YouTube API markup (an empty `
` tag and then call `plyr.setup()`. More info on `setup()` can be found under [#initialising](initialising). +Include the `plyr.js` script before the closing `` tag and then call `plyr.setup()`. More info on `setup()` can be found under [initialising](#initialising). ```html @@ -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