summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-07 18:21:13 +0200
committerGitHub <noreply@github.com>2024-12-07 18:21:13 +0200
commit6f63de8bbbd07957cf159b807105703eaa3a96a3 (patch)
tree5b3f70697f0b2b85b69ca19d225daaf70b476ccd /README.md
parentf00456c1797bc45d0dd6a11482f25c3ccdc7d90a (diff)
downloademu8910-6f63de8bbbd07957cf159b807105703eaa3a96a3.tar.gz
emu8910-6f63de8bbbd07957cf159b807105703eaa3a96a3.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 07ca685..5df2072 100644
--- a/README.md
+++ b/README.md
@@ -69,10 +69,10 @@ These registers need to be updated at the frequency of the `ISR`.
Files:
-* `src/emu8910.ts` - `core emulator implementation.`
-* `fym.js` - `FYM (Fast YM) format parser.`
-* `parser.js` - `register parser.`
-* `index.html` - `HTML boilerplate.`
+* `src/emu8910.ts` - `core emulator implementation`.
+* `fym.js` - `FYM (Fast YM) format parser`.
+* `parser.js` - `register parser`.
+* `index.html` - `HTML boilerplate`.
To run demo start web server: `python -m http.server 8000` and navigate to `index.html`.