aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-08-13 23:01:38 +1000
committerSam Potts <sam@potts.es>2018-08-13 23:01:38 +1000
commit1d0db89194cf7a395b849ac544d41b677266d737 (patch)
tree4cefbe518199136b83ad225e390ea1da9795d01e
parent297f297d181b694446e04f653da694660e9971b4 (diff)
downloadplyr-1d0db89194cf7a395b849ac544d41b677266d737.tar.lz
plyr-1d0db89194cf7a395b849ac544d41b677266d737.tar.xz
plyr-1d0db89194cf7a395b849ac544d41b677266d737.zip
Update wrong reference in docs
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 9d4b7f4e..05d782a6 100644
--- a/readme.md
+++ b/readme.md
@@ -290,7 +290,7 @@ Note the single quotes encapsulating the JSON and double quotes on the object ke
| `loadSprite` | Boolean | `true` | Load the SVG sprite specified as the `iconUrl` option (if a URL). If `false`, it is assumed you are handling sprite loading yourself. |
| `iconUrl` | String | `null` | Specify a URL or path to the SVG sprite. See the [SVG section](#svg) for more info. |
| `iconPrefix` | String | `plyr` | Specify the id prefix for the icons used in the default controls (e.g. "plyr-play" would be "plyr"). This is to prevent clashes if you're using your own SVG sprite but with the default controls. Most people can ignore this option. |
-| `blankUrl` | String | `https://cdn.plyr.io/static/blank.mp4` | Specify a URL or path to a blank video file used to properly cancel network requests. |
+| `blankVideo` | String | `https://cdn.plyr.io/static/blank.mp4` | Specify a URL or path to a blank video file used to properly cancel network requests. |
| `autoplay` | Boolean | `false` | Autoplay the media on load. This is generally advised against on UX grounds. It is also disabled by default in some browsers. If the `autoplay` attribute is present on a `<video>` or `<audio>` element, this will be automatically set to true. |
| `autopause`&sup1; | Boolean | `true` | Only allow one player playing at once. |
| `seekTime` | Number | `10` | The time, in seconds, to seek when a user hits fast forward or rewind. |