From 59bfbd571f5a83b757c69a5c4a00237f9ad4b788 Mon Sep 17 00:00:00 2001 From: Naveen Date: Mon, 21 Sep 2015 18:27:00 -0400 Subject: [PATCH] Update read with reactive octokit. Updated the readme to include the nuget reference to Octokit.Reactive --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e1872807..bb2bbe4f 100644 --- a/README.md +++ b/README.md @@ -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...***.