summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-02 13:47:36 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-02 13:47:36 -0500
commitb871e6c54db65021115bab822826f50d675ab6b6 (patch)
treeee4576008c874ec0855eab42516502c2ddcf5ad7
parent6ec59c81936deeb3b2595e3d9b243a3b5301ba59 (diff)
map_name -> map_id
-rw-r--r--extras/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/README.md b/extras/README.md
index eb0c1ca09..67665d435 100644
--- a/extras/README.md
+++ b/extras/README.md
@@ -144,7 +144,7 @@ map_id = script.map_id
# MapHeader is not given all the info yet
# in the mean time "map_names" contains some metadata
-map_dict = crystal.map_names[map_group][map_name]
+map_dict = crystal.map_names[map_group][map_id]
map_header = map_dict["header_new"]
print map_dict["name"]