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
commite3d1faaf6ff43780fa51302d2417b94c1cca713f (patch)
treeb67eff17db707f70198a44b79e8945c849a359cd
parent7e2d5980ff93d961a4f37c938850a3ec1d112cfc (diff)
map_name -> map_id
original-commit-id: b871e6c54db65021115bab822826f50d675ab6b6
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index eb0c1ca..67665d4 100644
--- a/README.md
+++ b/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"]