diff options
author | 0xflotus <0xflotus@gmail.com> | 2019-09-01 18:39:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-01 18:39:37 +0200 |
commit | dce665b792f3a71609bfced60ef7ec3a80ef9585 (patch) | |
tree | 832a8163f6748ac1213c113d816cf108f7b9ec2b | |
parent | dfc09b8e04f6e4829c29a68106eb4af5be76a2ff (diff) | |
download | plyr-dce665b792f3a71609bfced60ef7ec3a80ef9585.tar.lz plyr-dce665b792f3a71609bfced60ef7ec3a80ef9585.tar.xz plyr-dce665b792f3a71609bfced60ef7ec3a80ef9585.zip |
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> |