diff options
author | Sam Potts <sam@potts.es> | 2020-01-13 16:23:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-13 16:23:39 +0000 |
commit | 63d74eee68e719c23084c8ca6a3237800ebcb429 (patch) | |
tree | 65a57ab6d6ea73fa8e53876f715e57cc62ead46d | |
parent | 166a27d0947f3e928788c399bc10105f5c4b490f (diff) | |
parent | dce665b792f3a71609bfced60ef7ec3a80ef9585 (diff) | |
download | plyr-63d74eee68e719c23084c8ca6a3237800ebcb429.tar.lz plyr-63d74eee68e719c23084c8ca6a3237800ebcb429.tar.xz plyr-63d74eee68e719c23084c8ca6a3237800ebcb429.zip |
Merge pull request #1560 from 0xflotus/develop
Update readme.md
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |