diff --git a/packages/webaudio/README.md b/packages/webaudio/README.md index 963ba740..3cd2406f 100644 --- a/packages/webaudio/README.md +++ b/packages/webaudio/README.md @@ -26,5 +26,4 @@ scheduler.start() ``` A more sophisticated example can be found in [examples/repl.html](./examples/repl.html). -You can run it inside this directory with `npm run example`. - +You can run it by opening the html file with your browser! diff --git a/packages/webaudio/examples/repl.html b/packages/webaudio/examples/repl.html index 6f0d84bf..99c156e7 100644 --- a/packages/webaudio/examples/repl.html +++ b/packages/webaudio/examples/repl.html @@ -3,7 +3,7 @@