From 92c930f5766de4bed0c5ab982443a3b20de0a8ae Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 23 Jul 2011 00:41:28 -0400 Subject: [PATCH] read it up --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 1ef348d..abcf054 100644 --- a/README.rst +++ b/README.rst @@ -12,12 +12,12 @@ Usage :: - from github3 import github + import github3 - github.login('username', 'password') + gh = github3.basic_auth('username', password) # optional - github. + gh.get_repo('kennethreitz', 'python-github3')