Merge pull request #227 from gabrielweyer/patch-1

The repo owner is octokit and not github
This commit is contained in:
Brendan Forster
2013-11-16 16:56:58 -08:00
+1 -1
View File
@@ -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`).