From 652d3e77c48ea93b681e2aa1fb723e458addeedc Mon Sep 17 00:00:00 2001 From: Tony DiCola Date: Fri, 26 Jun 2015 18:39:16 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66cec1b..333382e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Dependencies You will need the [PyGithub module][5] installed to use these scripts. The easiest way to install this module is with [pip][6], using the command: - sudo pip install github + sudo pip install pygithub (omit the sudo on Windows)