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
commit7076a4d6e5fd45a0a14445bd1998af3722dd235a (patch)
treea5d9e227d9e0315ec4a4761a4a46876c2f92a13e
parent8bb4e1085627569ce8a77ce6cec347941ceb68c4 (diff)
insert_blah_with -> insert_with in extras/README.md
original-commit-id: e7913e7a904649a63961d9c63dee17e5c7ec79a4
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c80c225..36c28bb 100644
--- a/README.md
+++ b/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()