Fix web README sample code
Looks like the code was copied, and then the wrong string was replaced when creating this code sample.
This commit is contained in:
parent
118086aff5
commit
4d39f36868
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ initStrudel();
|
||||||
document.getElementById('play').addEventListener('click',
|
document.getElementById('play').addEventListener('click',
|
||||||
() => evaluate('note("c a f e").jux(rev)')
|
() => evaluate('note("c a f e").jux(rev)')
|
||||||
);
|
);
|
||||||
document.getElementById('play').addEventListener('stop',
|
document.getElementById('stop').addEventListener('click',
|
||||||
() => hush()
|
() => hush()
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue