summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-07 18:19:44 +0200
committerGitHub <noreply@github.com>2024-12-07 18:19:44 +0200
commitf00456c1797bc45d0dd6a11482f25c3ccdc7d90a (patch)
tree7034fe974801b9729e4dc56afef747acf2dc2050 /README.md
parent35231ebdaa36f08651a1183f5c73cbf218e6a59e (diff)
downloademu8910-f00456c1797bc45d0dd6a11482f25c3ccdc7d90a.tar.gz
emu8910-f00456c1797bc45d0dd6a11482f25c3ccdc7d90a.zip
Update README.md
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 8ce10c5..07ca685 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ emu8910.clock.frequency = song.getClockRate()
emu8910.interrupt.frequency = song.getFrameRate()
```
-This sets the ISR (Interrupt Service Routine) function, clock and interrupt frequency for a specific song.
+This sets the `ISR` (Interrupt Service Routine) function, clock and interrupt frequency for a specific song.
To stop playback:
```