summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.