From d0243501eefcec4701b11cfbad4a3ac2858e38fe Mon Sep 17 00:00:00 2001 From: Resousse <11071770+Resousse@users.noreply.github.com> Date: Sun, 6 Aug 2023 21:34:23 +0200 Subject: [PATCH] format readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3dacb5f9..1479a4cf 100755 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ options: --telegram Send info to a telegram bot, provide telegram token and chat to use format = token:chatId separated by a colon --webhook Send events to a webhook endpoint to be processed - endpoint must be unauthenticated and accept POST request + Note : endpoint must be unauthenticated and accept POST request ######################### # Environment Variables # @@ -181,7 +181,7 @@ Variables: TELEGRAM Provide telegram token and chat to use to send info to a telegram bot format = token:chatId separated by a colon WEBHOOK Provide the webhook url to forward the events to - (endpoint should be unauthenticated and accept POST method) + Note : (endpoint should be unauthenticated and accept POST method) ##################