diff --git a/README.md b/README.md index 13ee76e..86579a3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ $ octosuite user torvalds from pprint import pprint import octosuite -exists, profile = octosuite.User(name="torvalds") +user = octosuite.User(name="torvalds") +exists, profile = user.exists() if exists: pprint(profile)