From 099919be4f1d9a351277cd8169790bc9c339bd9c Mon Sep 17 00:00:00 2001 From: Gabriel Weyer Date: Sun, 17 Nov 2013 08:56:30 +1100 Subject: [PATCH] The repo owner is octokit and not github --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 41ffb8b4..c03d26f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ But first things first... * Fork the repository on GitHub by clicking on the "Clone in Windows" button or run the following command in a git shell. ``` -git clone git@github.com:github/Octokit.net.git Octokit +git clone git@github.com:octokit/Octokit.net.git Octokit ``` * Make sure the project builds and all tests pass on your machine by running the `build.cmd` script (this calls a [FAKE](https://github.com/fsharp/fake) script, `build.fsx`).