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>
``` ```