Skip to content

Commit

Permalink
fix README.md mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
henteko committed Sep 6, 2013
1 parent d11a5e5 commit 3b3971e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -12,10 +12,10 @@ Band.js - Music Composer
6. Start adding notes:

```javascript
piano.note('C4', 'quarter');
piano.note('D4', 'quarter');
piano.note('E4', 'quarter');
piano.note('F4', 'quarter');
piano.note('quarter', 'C4');
piano.note('quarter', 'D4');
piano.note('quarter', 'E4');
piano.note('quarter', 'F4');
```

7. Mark the `piano` instrument as finished: `piano.finish();`
Expand Down

0 comments on commit 3b3971e

Please sign in to comment.