diff --git a/README.md b/README.md index 6193451f..e1872807 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,6 @@ Octokit is a client library targeting .NET 4.5 and above that provides an easy way to interact with the [GitHub API](http://developer.github.com/v3/). -## Documentation - -Please see https://github.com/octokit/octokit.net/blob/master/docs/index.md for more detailed documentation. - ## Usage examples Get public info on a specific user. @@ -34,6 +30,10 @@ Install-Package Octokit In Xamarin Studio you can find this option under the project's context menu: **Add | Add Packages...***. +## Documentation + +Please see https://github.com/octokit/octokit.net/blob/master/docs/index.md for more detailed documentation. + ## Build Octokit is a single assembly designed to be easy to deploy anywhere. If you