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:
Kissaki
2025-09-21 18:31:59 +02:00
parent 118086aff5
commit 4d39f36868
+1 -1
View File
@@ -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()
);
```