From 5cf566b473609a57049f6527947fd177ef65a8ee Mon Sep 17 00:00:00 2001 From: Gabriel Weyer Date: Sun, 17 Nov 2013 10:02:55 +1100 Subject: [PATCH] The repo owner is octokit and not github --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4652e84..ff705bed 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ To clone it locally click the "Clone in Windows" button above or run the following git commands. ``` -git clone git@github.com:github/Octokit.net.git Octokit +git clone git@github.com:octokit/Octokit.net.git Octokit cd Octokit .\build.cmd ```