aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@selz.com>2015-04-10 13:37:55 +1000
committerSam Potts <sam@selz.com>2015-04-10 13:37:55 +1000
commitc8b7bb570cafc76bba3a70e5d4a3a20a3b3f40e1 (patch)
treebb36c9a59bfa23315a20f04e44db2847db3c4c9e
parentd536b29550f569ec060d2ea9bd27ba5807cd7248 (diff)
downloadplyr-c8b7bb570cafc76bba3a70e5d4a3a20a3b3f40e1.tar.lz
plyr-c8b7bb570cafc76bba3a70e5d4a3a20a3b3f40e1.tar.xz
plyr-c8b7bb570cafc76bba3a70e5d4a3a20a3b3f40e1.zip
Update readme.md
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 70a29bfe..8f2d1167 100644
--- a/readme.md
+++ b/readme.md
@@ -143,13 +143,13 @@ Much of the behaviour of the player is configurable when initialising the librar
```html
<script src="dist/plyr.js"></script>
<script>
-plyr.setup({...});
+plyr.setup();
</script>
```
#### 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%">
<thead>