diff options
author | Sam Potts <sam@selz.com> | 2015-04-10 13:37:55 +1000 |
---|---|---|
committer | Sam Potts <sam@selz.com> | 2015-04-10 13:37:55 +1000 |
commit | c8b7bb570cafc76bba3a70e5d4a3a20a3b3f40e1 (patch) | |
tree | bb36c9a59bfa23315a20f04e44db2847db3c4c9e | |
parent | d536b29550f569ec060d2ea9bd27ba5807cd7248 (diff) | |
download | plyr-c8b7bb570cafc76bba3a70e5d4a3a20a3b3f40e1.tar.lz plyr-c8b7bb570cafc76bba3a70e5d4a3a20a3b3f40e1.tar.xz plyr-c8b7bb570cafc76bba3a70e5d4a3a20a3b3f40e1.zip |
Update readme.md
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |