Update readme.md

This commit is contained in:
Sam Potts 2015-04-10 13:37:55 +10:00
parent d536b29550
commit c8b7bb570c

View File

@ -143,13 +143,13 @@ 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();
</script> </script>
``` ```
#### Options #### Options
You can pass the following options to the setup method. You can pass the following options to the setup method using `plyr.setup({...})`.
<table class="table" width="100%"> <table class="table" width="100%">
<thead> <thead>