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 ded9b8d..938a605 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ FIR filter data generated using:
Compile with `tsc emu8910.ts`.
-To use simply create a PSG49 object as follows:
+To use simply create a `PSG49` object as follows:
```
var emu8910 = new PSG49(YM_CLOCK_ZX, 50);
```