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 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()