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 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>