Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
fixed typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jottenlips committed Jun 17, 2019
1 parent 42f2e6e commit 51f8829
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ limit the number of notes you want and reduce the time to load the instrument.

**Example**
```js
var Soundfont = require('sounfont-player')
var Soundfont = require('soundfont-player')
var ac = new AudioContext()
Soundfont.instrument(ac, 'marimba', { soundfont: 'MusyngKite' }).then(function (marimba) {
marimba.play('C4')
Expand Down
2 changes: 1 addition & 1 deletion dist/soundfont-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var player = require('sample-player')
* @return {Promise}
*
* @example
* var Soundfont = require('sounfont-player')
* var Soundfont = require('soundfont-player')
* Soundfont.instrument('marimba').then(function (marimba) {
* marimba.play('C4')
* })
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var player = require('sample-player')
* @return {Promise}
*
* @example
* var Soundfont = require('sounfont-player')
* var Soundfont = require('soundfont-player')
* Soundfont.instrument('marimba').then(function (marimba) {
* marimba.play('C4')
* })
Expand Down

0 comments on commit 51f8829

Please sign in to comment.