summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-10 09:19:05 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-10 09:19:05 -0500
commite7913e7a904649a63961d9c63dee17e5c7ec79a4 (patch)
tree744b0fadd2db1b9ea16ddcbec7953d52f74f16d6
parent7dd429fdf461082d04a518f3186d7b20d38c035b (diff)
insert_blah_with -> insert_with in extras/README.md
-rw-r--r--extras/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/README.md b/extras/README.md
index c80c22525..36c28bb7c 100644
--- a/extras/README.md
+++ b/extras/README.md
@@ -18,7 +18,7 @@ asm = crystal.Asm()
# insert the first 10 maps
x = 10
-asm.insert_multiple_with_dependencies(crystal.all_map_headers[:x])
+asm.insert_with_dependencies(crystal.all_map_headers[:x])
# dump to extras/output.txt
asm.dump()