From cb80db680d1789a7bc1f99845095b68cd659ebbe Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Mon, 22 Mar 2021 00:57:59 +0100 Subject: [PATCH] fix some typos --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 70cb483..9e58df8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # HTTP->Telegram Gateway Notification Service -Simplistic server that connect to a Telegram bot, takes messages via *POST*-requests containing json encoded data and sends them to all clients that are subscribed +Simplistic server which connects to a Telegram bot, takes messages via *POST*-requests containing json encoded data and sends them to all clients subscribed. # Telegram Setup - create a bot as described [here](https://core.telegram.org/bots) @@ -31,5 +31,3 @@ The following locations are supported: # Example (curl) curl -X POST -H "Content-Type: application/json" --data '{"message":"hallo world"}' localhost:5000/send-all - -