Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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