diff options
author | 2011-11-07 14:46:13 +0200 | |
---|---|---|
committer | 2011-11-07 14:46:13 +0200 | |
commit | 878a2fab086e9569a1ba8f2e6175305b01ced31a (patch) | |
tree | 04397a78326732fad90fd68245e9c00b663aacdd | |
parent | Added akaihola to authors (diff) | |
download | python-github3-878a2fab086e9569a1ba8f2e6175305b01ced31a.tar.xz python-github3-878a2fab086e9569a1ba8f2e6175305b01ced31a.zip |
Added create_gist() example to readme
-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'}}) |