Update the README to link to NuGet (#2288)

This commit is contained in:
Phil Haack
2021-02-13 11:50:04 -08:00
committed by GitHub
parent 70a380a4d0
commit dec5e6d88a
+3 -3
View File
@@ -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
```