Skip to content

Commit

Permalink
Merge pull request #906 from naveensrinivasan/update-readme
Browse files Browse the repository at this point in the history
Updated the readme with reactive octokit.
  • Loading branch information
haacked committed Sep 22, 2015
2 parents 298a7d3 + 59bfbd5 commit e1361b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...***.

Expand Down

0 comments on commit e1361b1

Please sign in to comment.