diff options
-rw-r--r-- | controls.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controls.md b/controls.md index 8b29ef5c..8c9a27f9 100644 --- a/controls.md +++ b/controls.md @@ -20,7 +20,7 @@ Currently all buttons and inputs need to be present for Plyr to work but later w You can of course, just specify vanilla HTML. Here's an example snippet: -```javascript +```html var controls = [ '<div class="player-controls">', '<div class="player-progress">', |