aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-03-21 09:12:06 +1100
committerGitHub <noreply@github.com>2018-03-21 09:12:06 +1100
commit7132eccf50c6f84a3fc06fae6f43e3f1951c91b4 (patch)
treef44009591ad37b19fa5b49dc28200bb23adf4e8f
parentbb7eea27e513bf33dd4a4d846b3234b37a5be48d (diff)
parente953c6398cb374b472c42e934c118f279646fc2f (diff)
downloadplyr-7132eccf50c6f84a3fc06fae6f43e3f1951c91b4.tar.lz
plyr-7132eccf50c6f84a3fc06fae6f43e3f1951c91b4.tar.xz
plyr-7132eccf50c6f84a3fc06fae6f43e3f1951c91b4.zip
Merge pull request #822 from DanielRuf/patch/fix-options-link
fix the options link in the readme
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 44b68422..3f400c39 100644
--- a/readme.md
+++ b/readme.md
@@ -236,7 +236,7 @@ The NodeList, HTMLElement or string selector can be the target `<video>`, `<audi
const players = Array.from(document.querySelectorAll('.js-player')).map(player => new Plyr(player));
```
-The second argument for the constructor is the [#options](options) object:
+The second argument for the constructor is the [options](#options) object:
```javascript
const player = new Plyr('#player', {