diff options
-rw-r--r-- | readme.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -143,9 +143,7 @@ Much of the behaviour of the player is configurable when initialising the librar ```html <script src="dist/plyr.js"></script> <script> -plyr.setup({ - *options* -}); +plyr.setup({...}); </script> ``` @@ -451,4 +449,4 @@ Also these links helped created Plyr: - [Styling the `<progress>` element - hongkiat.com](http://www.hongkiat.com/blog/html5-progress-bar/) ## Copyright and License -[The MIT license](license.md).
\ No newline at end of file +[The MIT license](license.md). |