diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-10 09:19:05 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-10 09:19:05 -0500 |
commit | e7913e7a904649a63961d9c63dee17e5c7ec79a4 (patch) | |
tree | 744b0fadd2db1b9ea16ddcbec7953d52f74f16d6 | |
parent | 7dd429fdf461082d04a518f3186d7b20d38c035b (diff) |
insert_blah_with -> insert_with in extras/README.md
-rw-r--r-- | extras/README.md | 2 |
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() |