diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ Files: * `parser.js` - `PSG` register parser. * `index.html` - `HTML` boilerplate. -To run demo start web server: `python -m http.server 8000` and navigate to `index.html`. +To run demo start web server: `python3 -m http.server 8000` and navigate to `index.html`. > Note: Click anywhere on the page to start audio output. |
