Update read with reactive octokit.

Updated the readme to include the nuget reference to Octokit.Reactive
This commit is contained in:
Naveen
2015-09-21 18:27:00 -04:00
parent 298a7d3ac7
commit 59bfbd571f
+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...***.