From dadf7c31facd0b3546c7ef243340396548c72b96 Mon Sep 17 00:00:00 2001 From: ByteDream <63594396+ByteDream@users.noreply.github.com> Date: Thu, 20 May 2021 13:14:47 +0200 Subject: [PATCH] Fixed typo --- github-webhook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-webhook/README.md b/github-webhook/README.md index c281845..093afa6 100644 --- a/github-webhook/README.md +++ b/github-webhook/README.md @@ -9,7 +9,7 @@ The library is pretty useful, but too overloaded for my purposes. - [gorilla/mux](https://github.com/gorilla/mux), but if you want to, you can easily cut out the gurilla/mux api and replace it with the api you prefer -### Usage +#### Usage 1. Create a repository [webhook](https://docs.github.com/en/developers/webhooks-and-events/creating-webhooks) on github. 2. Not necessary, but highly recommended: Choose a [secret](https://docs.github.com/en/developers/webhooks-and-events/securing-your-webhooks) for the webhook.