diff options
author | 2011-07-23 02:38:47 -0400 | |
---|---|---|
committer | 2011-07-23 02:38:47 -0400 | |
commit | 6c354867649ec8e573706edd22f2c19d43cd1290 (patch) | |
tree | 5790ac584f567da334a0a3d876b1d94c2334acf6 | |
parent | docs are public now (diff) | |
download | python-github3-6c354867649ec8e573706edd22f2c19d43cd1290.tar.xz python-github3-6c354867649ec8e573706edd22f2c19d43cd1290.zip |
set expectations
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ Github3: Python wrapper for the (new) GitHub API v3 =================================================== -Github's working on a new API. This is the new Python wrapper for it. +Github has a new API. This is the best Python wrapper for it. -**This a work in progress.** Should be relased eventually. +**This a work in progress.** Should be relased soon. @@ -25,7 +25,7 @@ Usage Installation ------------ -To install clint, simply: :: +To install Github3, simply: :: $ pip install github3 |