mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-10 00:02:36 -04:00
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:
@@ -62,7 +62,7 @@ initStrudel();
|
||||
document.getElementById('play').addEventListener('click',
|
||||
() => evaluate('note("c a f e").jux(rev)')
|
||||
);
|
||||
document.getElementById('play').addEventListener('stop',
|
||||
document.getElementById('stop').addEventListener('click',
|
||||
() => hush()
|
||||
);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user