diff options
author | Sam Potts <sam@potts.es> | 2018-03-22 00:04:34 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-03-22 00:04:34 +1100 |
commit | 1b1f7be7ff0e3ebdf51035ffc5a190d4acd2ca5a (patch) | |
tree | 675d0aa974f34e4421bb8c87350f87cba0ec484a | |
parent | 59d4a27240e77c7ee586829b1d5f032c912a1d87 (diff) | |
parent | 7132eccf50c6f84a3fc06fae6f43e3f1951c91b4 (diff) | |
download | plyr-1b1f7be7ff0e3ebdf51035ffc5a190d4acd2ca5a.tar.lz plyr-1b1f7be7ff0e3ebdf51035ffc5a190d4acd2ca5a.tar.xz plyr-1b1f7be7ff0e3ebdf51035ffc5a190d4acd2ca5a.zip |
Merge branch 'master' of github.com:sampotts/plyr
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', { |