diff options
author | Sam Potts <sam@selz.com> | 2015-04-10 13:36:51 +1000 |
---|---|---|
committer | Sam Potts <sam@selz.com> | 2015-04-10 13:36:51 +1000 |
commit | d536b29550f569ec060d2ea9bd27ba5807cd7248 (patch) | |
tree | 608b5ef2afc0baefae216a85d880fd31fcc545d5 | |
parent | ecbda018c5a934602cb9285ed5dda40e76d3dc84 (diff) | |
download | plyr-d536b29550f569ec060d2ea9bd27ba5807cd7248.tar.lz plyr-d536b29550f569ec060d2ea9bd27ba5807cd7248.tar.xz plyr-d536b29550f569ec060d2ea9bd27ba5807cd7248.zip |
Update readme.md
-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). |