aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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', {