summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-07 18:42:38 +0200
committerGitHub <noreply@github.com>2024-12-07 18:42:38 +0200
commitcbb3c107d68589bc882dd4e71fcccbbea4ba626d (patch)
tree0b40554cdb95fd72c223f448275939290a22a7d2
parent10f1159cf529b3d52b833255b6f9bd8c38cf1da9 (diff)
downloademu8910-cbb3c107d68589bc882dd4e71fcccbbea4ba626d.tar.gz
emu8910-cbb3c107d68589bc882dd4e71fcccbbea4ba626d.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 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);
```