Skip to content

Commit 4df590d

Browse files
authored
Update README.md
1 parent 88eadd0 commit 4df590d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fs.readFile('./test.mid', 'base64', function (err,data) {
3636
Example in Browser...
3737
```html
3838
<script type="module">
39-
import MidiParser from 'midi-parser.js'
39+
import MidiParser from 'midi-parser-js'
4040
// select the INPUT element that will handle
4141
// the file selection.
4242
let source = document.getElementById('filereader');

0 commit comments

Comments
 (0)