Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrf345 committed Jul 6, 2020
1 parent 7ecfcce commit 7e1b134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ var Player = new AudioSequence(
* @param {object} options contains the module options.
*
*`options` = {
* files: [], // files inserted will be stored in
* repeats: 1, // number of repeats to obey with some adjustments later
* files: [], // files to store and play
* repeats: 1, // number of repeats
* repeat_whole: true, // repeat all files as whole
* repeat_each: false, // repeat each file for the number of repeats
* repeat_forever: false, // to keep repeating endlessly
Expand Down

0 comments on commit 7e1b134

Please sign in to comment.