Document unauthenticated connections in the README.

This commit is contained in:
Evan Broder
2010-05-17 11:54:51 -04:00
parent 62cd09468a
commit 04e9e985a1
+4
View File
@@ -44,6 +44,10 @@ Creating a request
>>> from github2.client import Github
>>> github = Github(username="ask", api_token=".......")
Or for an unauthenticated connection
>>> github = Github()
Users
=====