aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index abcf054..637f43b 100644
--- a/README.rst
+++ b/README.rst
@@ -14,8 +14,7 @@ Usage
import github3
- gh = github3.basic_auth('username', password)
- # optional
+ gh = github3.basic_auth('username', 'password')
gh.get_repo('kennethreitz', 'python-github3')