Skip to content

Commit

Permalink
docs: update readme with correct package name (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee authored Sep 21, 2021
1 parent 35386cb commit 819c484
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# JamieMagee.Octokit.Webhooks
# Octokit.Webhooks

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

Libraries to handle GitHub Webhooks in .NET applications.

## Usage in ASP.NET Core

1. `dotnet add package JamieMagee.Octokit.Webhooks.AspNetCore`
1. `dotnet add package Octokit.Webhooks.AspNetCore`
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:

```C#
Expand Down

0 comments on commit 819c484

Please sign in to comment.