From 59b495484509bf369070745d77f632027be8a588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adnan=20Hajdarevi=C4=87?= Date: Sat, 14 Mar 2015 12:42:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faced0c..3118c08 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ It will start up on default port 9000 and will provide you with one HTTP endpoin http://yourserver:9000/hooks/redeploy-webhook ``` -Check [webhook parameters page](https://github.com/adnanh/webhook/wiki/Webhook-Parameters) to see how to override the ip, port and other settings when starting the [webhook](https://github.com/adnanh/webhook/). +Check [webhook parameters page](https://github.com/adnanh/webhook/wiki/Webhook-Parameters) to see how to override the ip, port and other settings such as hook hotreload, verbose output, etc, when starting the [webhook](https://github.com/adnanh/webhook/). By performing a simple HTTP GET or POST request to that endpoint, your specified redeploy script would be executed. Neat!