aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-03-19 21:40:39 +0000
committerJuan J. Martinez <jjm@usebox.net>2019-03-19 21:40:39 +0000
commit6eea95238874eb768a6ae4ec44a5f7a0dea6e25a (patch)
tree82e620d46f2d8f3c0ed3c1ae8676b097efa83790 /README.md
parent085479924b10ecd3a0823daa4113cb9545d57bd4 (diff)
downloadz80count-6eea95238874eb768a6ae4ec44a5f7a0dea6e25a.tar.gz
z80count-6eea95238874eb768a6ae4ec44a5f7a0dea6e25a.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 774eab4..685e8e7 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# z80count
-This is a simple that parses Z80 assembler using regular expressions (I know!)
+This is a simple tool that parses Z80 assembler using regular expressions (I know!)
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