summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-03 00:47:21 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-03 00:47:21 -0500
commit7072918c98c9a447d8e6a5ba648ba1bed5b3e14d (patch)
treedfb9dd42db3b89c33c194147114aeb4859ce8f14
parente92a37e5bb14ee525b306c5b4e1c3c3f0619e519 (diff)
fix another readme comment about labels
original-commit-id: 6518a20a1b845467fa567c521b037ba1ae2b97fd
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index faf3d76..c80c225 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ script = Script(0x58043)
# show the script
print script.to_asm()
-# what labels does it refer to?
+# what labels does it point to in the to_asm output?
# these must be present in the final asm file for rgbasm to compile the file
objdeps = script.get_dependencies()
print str(objdeps)