summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)