Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added `playOnClick` to all examples in the documentation.
  • Loading branch information
maboa authored Oct 11, 2022
1 parent 36de769 commit 7c8ca4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ let minimizedMode = false;
let autoScroll = true;
let doubleClick = false;
let webMonetization = false;
let playOnClick = true;

new HyperaudioLite("hypertranscript", "hyperplayer", minimizedMode, autoScroll, doubleClick, webMonetization);
new HyperaudioLite("hypertranscript", "hyperplayer", minimizedMode, autoScroll, doubleClick, webMonetization, playOnClick);
```

View the source code of [http://hyperaud.io/lab/halite/v28/](https://hyperaud.io/lab/halite/v28/) for a complete example.
Expand Down

0 comments on commit 7c8ca4b

Please sign in to comment.