aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2020-01-13 16:23:39 +0000
committerGitHub <noreply@github.com>2020-01-13 16:23:39 +0000
commit63d74eee68e719c23084c8ca6a3237800ebcb429 (patch)
tree65a57ab6d6ea73fa8e53876f715e57cc62ead46d
parent166a27d0947f3e928788c399bc10105f5c4b490f (diff)
parentdce665b792f3a71609bfced60ef7ec3a80ef9585 (diff)
downloadplyr-63d74eee68e719c23084c8ca6a3237800ebcb429.tar.lz
plyr-63d74eee68e719c23084c8ca6a3237800ebcb429.tar.xz
plyr-63d74eee68e719c23084c8ca6a3237800ebcb429.zip
Merge pull request #1560 from 0xflotus/develop
Update readme.md
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 06e532df..34571590 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>