aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-03-19 21:35:38 +0000
committerJuan J. Martinez <jjm@usebox.net>2019-03-19 21:35:38 +0000
commit085479924b10ecd3a0823daa4113cb9545d57bd4 (patch)
tree4f823eb366fcb45dc9c7aada488eca6a6877350c /README.md
parentc9f7230b2d4a50611193ef61e8cd99fbcd2e634c (diff)
downloadz80count-085479924b10ecd3a0823daa4113cb9545d57bd4.tar.gz
z80count-085479924b10ecd3a0823daa4113cb9545d57bd4.zip
typo
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 5c850e0..774eab4 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# z80count
This is a simple that parses Z80 assembler using regular expressions (I know!)
-and add comments to the code with the cycles used by the instruction.
+and adds comments to the code with the cycles used by the instruction.
It needs testing and probably a proper Z80 parser, but it works for me and the
Z80 assembler syntax I use.