aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 4e5df72..ab6d9c7 100644
--- a/README.rst
+++ b/README.rst
@@ -18,7 +18,10 @@ Usage
gh.get_repo('kennethreitz', 'python-github3')
+ me = gh.get_me()
+ me.create_gist(u'Description',
+ files={'file1.txt': {'content': u'Content of first file'}})