Update readme.md
This commit is contained in:
parent
d536b29550
commit
c8b7bb570c
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user