diff --git a/readme.md b/readme.md index bb2c0881..b24e339f 100644 --- a/readme.md +++ b/readme.md @@ -244,7 +244,7 @@ Note the single quotes encapsulating the JSON and double quotes on the object ke controls Array - ['play-large', 'play', 'progress', 'current-time', 'mute', 'volume', 'captions', 'fullscreen'] + ['play-large', 'play', 'speed-up', 'progress', 'current-time', 'mute', 'volume', 'captions', 'fullscreen'] Toggle which control elements you would like to display when using the default controls html. If you specify a html option, this is redundant. The default value is to display everything. @@ -383,6 +383,12 @@ Note the single quotes encapsulating the JSON and double quotes on the object ke — Two properties; enabled which toggles if local storage should be enabled (if the browser supports it). The default value is `true`. This enables storing user settings, currently it only stores volume but more will be added later. The second property key is the key used for the local storage. The default is plyr_volume until more settings are stored. + + speeds + Array + [1.0, 1.5, 2.0, 0.5] + Playback speed list. +