Merge pull request #906 from naveensrinivasan/update-readme

Updated the readme with reactive octokit.
This commit is contained in:
Phil Haack
2015-09-21 17:17:34 -07:00
+5
View File
@@ -27,6 +27,11 @@ Octokit is available on NuGet.
```
Install-Package Octokit
```
or an IObservable based GitHub API client library for .NET using Reactive Extensions
```
Install-Package Octokit.Reactive
```
In Xamarin Studio you can find this option under the project's context menu: **Add | Add Packages...***.