From 06e2596e3dd683b39f0b13a1e79b0969ea53f544 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Fri, 28 Feb 2020 14:07:00 +0100 Subject: [PATCH] improve docu --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd592bb..f993f73 100755 --- a/README.md +++ b/README.md @@ -37,13 +37,19 @@ Adding new notification adapter is easy however. See [Contribution](https://gith ##### Slack ```json "slack": { - "channel": "someChannel", "token": "someToken", "enabled": true} + "channel": "someChannel", + "token": "someToken", + "enabled": true +} ``` ##### Telegram ```json "telegram": { - "chatId": "someChannel", "token": "someToken", "enabled": true} + "chatId": "someChannel", + "token": "someToken", + "enabled": true +} ``` For Telegram, you need to create a Bot. This is pretty easy. Open [this](https://telegram.me/BotFather) url on your smartphone and follow the instructions.