fix the options link in the readme

This commit is contained in:
Daniel Ruf 2018-03-20 15:05:51 +01:00
parent 5db73b1327
commit e953c6398c
No known key found for this signature in database
GPG Key ID: F1C4F86FD2048661

View File

@ -240,7 +240,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)); 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 ```javascript
const player = new Plyr('#player', { const player = new Plyr('#player', {