aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author0xflotus <0xflotus@gmail.com>2019-09-01 18:39:37 +0200
committerGitHub <noreply@github.com>2019-09-01 18:39:37 +0200
commitdce665b792f3a71609bfced60ef7ec3a80ef9585 (patch)
tree832a8163f6748ac1213c113d816cf108f7b9ec2b
parentdfc09b8e04f6e4829c29a68106eb4af5be76a2ff (diff)
downloadplyr-dce665b792f3a71609bfced60ef7ec3a80ef9585.tar.lz
plyr-dce665b792f3a71609bfced60ef7ec3a80ef9585.tar.xz
plyr-dce665b792f3a71609bfced60ef7ec3a80ef9585.zip
Update readme.md
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 47bce042..2dd0892f 100644
--- a/readme.md
+++ b/readme.md
@@ -116,7 +116,7 @@ import Plyr from 'plyr';
const player = new Plyr('#player');
```
-Alertnatively you can include the `plyr.js` script before the closing `</body>` tag and then in your JS create a new instance of Plyr as below.
+Alternatively you can include the `plyr.js` script before the closing `</body>` tag and then in your JS create a new instance of Plyr as below.
```html
<script src="path/to/plyr.js"></script>