From bb5ea8d0e8fd520cad8ae8fc57e83a04e0a24dbb Mon Sep 17 00:00:00 2001 From: abisHook <132590694+abisHook@users.noreply.github.com> Date: Thu, 4 May 2023 18:17:31 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c31afd..4e4b4be 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # What is webhook? ![build-status][badge] Webhook - + r [webhook][w] is a lightweight configurable tool written in Go, that allows you to easily create HTTP endpoints (hooks) on your server, which you can use to execute configured commands. You can also pass data from the HTTP request (such as headers, payload or query variables) to your commands. [webhook][w] also allows you to specify rules which have to be satisfied in order for the hook to be triggered. For example, if you're using Github or Bitbucket, you can use [webhook][w] to set up a hook that runs a redeploy script for your project on your staging server, whenever you push changes to the master branch of your project.