Update readme.md

This commit is contained in:
Sam Potts 2015-04-10 13:36:51 +10:00
parent ecbda018c5
commit d536b29550

View File

@ -143,9 +143,7 @@ Much of the behaviour of the player is configurable when initialising the librar
```html ```html
<script src="dist/plyr.js"></script> <script src="dist/plyr.js"></script>
<script> <script>
plyr.setup({ plyr.setup({...});
*options*
});
</script> </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/) - [Styling the `<progress>` element - hongkiat.com](http://www.hongkiat.com/blog/html5-progress-bar/)
## Copyright and License ## Copyright and License
[The MIT license](license.md). [The MIT license](license.md).