summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDylan Müller <md.node.0@gmail.com>2026-01-15 12:29:53 +0200
committerGitHub <noreply@github.com>2026-01-15 12:29:53 +0200
commitb83aa0c8c7d5d3519cdaec0a718e4a0f3c6c53b8 (patch)
treee629376610ed8715599a4b547a889bcd2cce0c0c /README.md
parentbf1592436c935a92176c07b1f225d481041e6ea4 (diff)
downloademu8910-b83aa0c8c7d5d3519cdaec0a718e4a0f3c6c53b8.tar.gz
emu8910-b83aa0c8c7d5d3519cdaec0a718e4a0f3c6c53b8.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c1a3a47..5d30b57 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ Files:
* `parser.js` - `PSG` register parser
* `index.html` - `HTML` boilerplate
-To run demo start web server: `python3 -m http.server 8000` and navigate to [http://127.0.0.1:8000](http://127.0.0.1:8000).
+To run demo clone and start web server from the root directory: `python3 -m http.server 8000` and navigate to [http://127.0.0.1:8000](http://127.0.0.1:8000).
> Note: Click anywhere on the page to start audio output.