diff options
author | Sam Potts <sam@potts.es> | 2018-03-21 09:12:06 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 09:12:06 +1100 |
commit | 7132eccf50c6f84a3fc06fae6f43e3f1951c91b4 (patch) | |
tree | f44009591ad37b19fa5b49dc28200bb23adf4e8f | |
parent | bb7eea27e513bf33dd4a4d846b3234b37a5be48d (diff) | |
parent | e953c6398cb374b472c42e934c118f279646fc2f (diff) | |
download | plyr-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.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', { |