Skip to content

Commit

Permalink
Update the README to link to NuGet (#2288)
Browse files Browse the repository at this point in the history
  • Loading branch information
haacked committed Feb 13, 2021
1 parent 70a380a commit dec5e6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ Console.WriteLine(user.Followers + " folks love the half ogre!");

## Getting Started

Octokit is a GitHub API client library for .NET and is available on NuGet:
Octokit is a GitHub API client library for .NET and is [available on NuGet](https://www.nuget.org/packages/Octokit/):

```
Install-Package Octokit
dotnet add package Octokit
```

There is also an IObservable based GitHub API client library for .NET using Reactive Extensions:

```
Install-Package Octokit.Reactive
dotnet add package Octokit.Reactive
```


Expand Down

0 comments on commit dec5e6d

Please sign in to comment.