summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2025-01-13 18:19:22 +0200
committerGitHub <noreply@github.com>2025-01-13 18:19:22 +0200
commit221130f8108650351c0086b75a7a55dfd38be8a4 (patch)
tree6db2213f6a99ab7370fe31831e2120fc35aff2b1
parentc31504b81e77a505fb0a375668a0e144eb86ed8d (diff)
downloademu8910-221130f8108650351c0086b75a7a55dfd38be8a4.tar.gz
emu8910-221130f8108650351c0086b75a7a55dfd38be8a4.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 89eca9a..80517cb 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ emu8910.register.ENV_SHAPE
The `register` file is then used to control the `PSG` or extract state information.
-To play a FYM module:
+To play a `FYM` module:
```
song = new FYMReader(<BUFFER>);
emu8910.interrupt.routine = <ISR_FUNC>