Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanRamaNoodles committed Apr 20, 2018
1 parent 7a16bcd commit b897fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -162,5 +162,5 @@ Let's use some examples to understand the format of the song file.
15. isPaused() //returns true if song is paused
16. isNote() //returns true if song is playing a note
17. isBackwards() //returns true if song is playing backwards
18. skipTo(long index)//skips song to time suggested
18. skipTo(long index)//skips song to time suggested(must be in milliseconds) so 3 seconds into the song would be skipTo(3*1E3)
```

0 comments on commit b897fe3

Please sign in to comment.