diff options
-rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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'}}) |