From e7913e7a904649a63961d9c63dee17e5c7ec79a4 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Thu, 10 May 2012 09:19:05 -0500 Subject: [PATCH] insert_blah_with -> insert_with in extras/README.md --- extras/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()