aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>