From 78c6413dbddc3a40c05180a8fd4b0e355cb1bf3f Mon Sep 17 00:00:00 2001 From: "Philip I. Thomas" Date: Mon, 22 Feb 2016 16:58:59 -0800 Subject: [PATCH] I goofed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9815af6..e8be083 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ c = Client(key=YOUR_API_KEY) org = c.get_organization(ORG_ID) # See the org name -print(org.data.name) +print(org.data.get("name)) # See all locations org.get_locations()