Skip to content

Commit

Permalink
I goofed
Browse files Browse the repository at this point in the history
  • Loading branch information
philipithomas committed Feb 23, 2016
1 parent 48dcb17 commit 78c6413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 78c6413

Please sign in to comment.