summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-21 22:42:29 +0300
committerOxore <oxore@protonmail.com>2023-05-21 22:42:29 +0300
commite40ee76cdae5d85ef9f997d766956bbe179a1fc3 (patch)
tree0f3a20a69f9fea1dd00834c339e6e8730f782fd3
parentd4aa0bf9d642df7da85d25246ffb99ddca814f8f (diff)
Fix typo
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 2197e07..84dce24 100644
--- a/Readme.md
+++ b/Readme.md
@@ -91,7 +91,7 @@ trace table.
./cmake-build/m68k-disasm -t pc-trace.txt -o disasm.S rom.bin
```
-Rr better with marks analysis and some fancy raw comments:
+Or better with marks analysis and some fancy raw comments:
```
./cmake-build/m68k-disasm -frdc -fxrefs-to -fxrefs-from -fmarks -fabs-marks -frel-marks -fimm-marks -t pc-trace.txt -o disasm.S rom.bin