Skip to content

Commit

Permalink
Update README.md (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfloyd authored Oct 8, 2024
1 parent 29806a8 commit e03d9ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Libraries to handle GitHub Webhooks in .NET applications.
```C#
public sealed class MyWebhookEventProcessor : WebhookEventProcessor
{
protected override Task ProcessPullRequestWebhookAsync(WebhookHeaders headers, PullRequestEvent pullRequestEvent, PullRequestAction action) {
protected override Task ProcessPullRequestWebhookAsync(WebhookHeaders headers, PullRequestEvent pullRequestEvent, PullRequestAction action)
{
...
}
}
Expand Down Expand Up @@ -55,7 +56,8 @@ Libraries to handle GitHub Webhooks in .NET applications.
```C#
public sealed class MyWebhookEventProcessor : WebhookEventProcessor
{
protected override Task ProcessPullRequestWebhookAsync(WebhookHeaders headers, PullRequestEvent pullRequestEvent, PullRequestAction action) {
protected override Task ProcessPullRequestWebhookAsync(WebhookHeaders headers, PullRequestEvent pullRequestEvent, PullRequestAction action)
{
...
}
}
Expand Down

0 comments on commit e03d9ce

Please sign in to comment.