summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 4a7ecd2..467f46a 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ var emu8910 = new PSG49(YM_CLOCK_ZX, 50);
```
Which sets the default clock speed (`1.75 MHz`) and interrupt frequency (`50 Hz`).
-This exposes a a `PSG` register file in the `emu8910.register` object:
+This exposes a a `PSG` `register file` in the `emu8910.register` object:
```
emu8910.register.A_FINE
emu8910.register.A_COARSE