Skip to content

Commit

Permalink
Adds missing new line in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Nealan committed Mar 15, 2018
1 parent 9907be2 commit 9889574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class MyComponentWithSound extends React.Component {
* *onStop (function)*: Function that gets called while the sound playback is stopped. It receives an object with properties `position` and `duration`.
* *onFinishedPlaying (function)*: Function that gets called when the sound finishes playing (reached end of sound). It receives no parameters.
* *onBufferChange (function)*: Function that gets called when the sound buffering status changes. It receives a single boolean representing the buffer state.

## How to contribute

Feel free to fork and send PRs or issues, be it for features, bug fixes, or documentation!

0 comments on commit 9889574

Please sign in to comment.