summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-02 01:40:23 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-02 01:40:23 -0500
commit6d5360aa6046b033753075d22e765942cbcbcec8 (patch)
treea15d52be35e52065ebc0569e3c5ee956b54ddf63
parent78fb1059bb49b2a4699bf860f9c08a9638facf18 (diff)
clarify a sentence
original-commit-id: b6122070d921f381df61b4caf8e985c98361b75a
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 00c2775..5e219cc 100644
--- a/README.md
+++ b/README.md
@@ -24,5 +24,5 @@ asm.insert_multiple_with_dependencies(crystal.all_map_headers[:x])
asm.dump()
```
-After running those lines, `cp extras/output.asm main.asm` and run `git diff main.asm` to confirm that changes to `main.asm` have occurred. Then to test whether or not the inserted ASM compiles use: `make clean && make`. This will complain very loudly if something is broken.
+After running those lines, `cp extras/output.asm main.asm` and run `git diff main.asm` to confirm that changes to `main.asm` have occurred. To test whether or not the newly inserted ASM compiles into the same ROM, use: `make clean && make`. This will complain very loudly if something is broken.