fix some typos

This commit is contained in:
Yannik Schmidt
2021-03-22 00:57:59 +01:00
committed by GitHub
parent 63642abefb
commit cb80db680d

View File

@@ -1,5 +1,5 @@
# HTTP->Telegram Gateway Notification Service # 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 # Telegram Setup
- create a bot as described [here](https://core.telegram.org/bots) - create a bot as described [here](https://core.telegram.org/bots)
@@ -31,5 +31,3 @@ The following locations are supported:
# Example (curl) # Example (curl)
curl -X POST -H "Content-Type: application/json" --data '{"message":"hallo world"}' localhost:5000/send-all curl -X POST -H "Content-Type: application/json" --data '{"message":"hallo world"}' localhost:5000/send-all