Skip to content

Commit 819c484

Browse files
authored
docs: update readme with correct package name (#8)
1 parent 35386cb commit 819c484

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# JamieMagee.Octokit.Webhooks
1+
# Octokit.Webhooks
22

33
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/JamieMagee/Octokit.Webhooks/Build?style=for-the-badge)
4-
![JamieMagee.Octokit.Webhooks NuGet Package Version](https://img.shields.io/nuget/v/Octokit.Webhooks?style=for-the-badge)
5-
![JamieMagee.Octokit.Webhooks NuGet Package Downloads](https://img.shields.io/nuget/dt/Octokit.Webhooks?style=for-the-badge)
4+
![Octokit.Webhooks NuGet Package Version](https://img.shields.io/nuget/v/Octokit.Webhooks?style=for-the-badge)
5+
![Octokit.Webhooks NuGet Package Downloads](https://img.shields.io/nuget/dt/Octokit.Webhooks?style=for-the-badge)
66
![Stability - Experimental](https://img.shields.io/badge/stability-experimental-orange?style=for-the-badge)
77

88
Libraries to handle GitHub Webhooks in .NET applications.
99

1010
## Usage in ASP.NET Core
1111

12-
1. `dotnet add package JamieMagee.Octokit.Webhooks.AspNetCore`
12+
1. `dotnet add package Octokit.Webhooks.AspNetCore`
1313
2. Create a class that derives from `WebhookEventProcessor` and override any of the virtual methods to handle webhooks from GitHub. For example, to handle Pull Request webhooks:
1414

1515
```C#

0 commit comments

Comments
 (0)