Merge pull request #822 from DanielRuf/patch/fix-options-link

fix the options link in the readme
This commit is contained in:
Sam Potts 2018-03-21 09:12:06 +11:00 committed by GitHub
commit 7132eccf50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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', {