Skip to content

Commit

Permalink
Merge pull request #28 from Costava/readme-load
Browse files Browse the repository at this point in the history
Specify `load` return value
  • Loading branch information
meenie committed Jun 17, 2016
2 parents f4f6f0f + b2c549a commit 2ccc0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -113,7 +113,7 @@ instrument pack if one is not specified.</td>
<tr>
<td valign="top"><code>load(json)</code></td>
<td valign="top"><code>json: JSON</code></td>
<td>Load a song into Band.js using JSON. Format is: (**This will erase your current song and overwrite it with this new one**)<br>
<td>Load a song into Band.js using JSON. Returns the Player Class. Format is: (**This will erase your current song and overwrite it with this new one**)<br>
<pre>{
timeSignature: [4, 4],
tempo: 100,
Expand Down

0 comments on commit 2ccc0dd

Please sign in to comment.