Move Documention section after Getting Started

This commit is contained in:
Haacked
2015-09-17 12:25:19 -07:00
parent 6ff248fc87
commit 4592617ba4
+4 -4
View File
@@ -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