aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-03-22 00:04:34 +1100
committerSam Potts <sam@potts.es>2018-03-22 00:04:34 +1100
commit1b1f7be7ff0e3ebdf51035ffc5a190d4acd2ca5a (patch)
tree675d0aa974f34e4421bb8c87350f87cba0ec484a
parent59d4a27240e77c7ee586829b1d5f032c912a1d87 (diff)
parent7132eccf50c6f84a3fc06fae6f43e3f1951c91b4 (diff)
downloadplyr-1b1f7be7ff0e3ebdf51035ffc5a190d4acd2ca5a.tar.lz
plyr-1b1f7be7ff0e3ebdf51035ffc5a190d4acd2ca5a.tar.xz
plyr-1b1f7be7ff0e3ebdf51035ffc5a190d4acd2ca5a.zip
Merge branch 'master' of github.com:sampotts/plyr
-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', {