From c7d39fc20dd60ce9263335a06d29d524460392cd Mon Sep 17 00:00:00 2001 From: mr-karan Date: Fri, 11 Jan 2019 12:03:56 +0530 Subject: [PATCH] fix: help text for config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6c5310..bcb458c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ cp config.toml.sample config.toml # change the settings like hostname, address, ./calert.bin # this command starts a web server and is ready to receive events from alertmanager ``` -- Set the webhook URL from Google Chat in `[app.notification_url]` section of `config.toml`. You can refer to the [official documentation](https://developers.google.com/hangouts/chat/quickstart/incoming-bot-python#step_1_register_the_incoming_webhook) for more details. +- Set the webhook URL from Google Chat in `[app.chat..notification_url]` section of `config.toml`. You can refer to the [official documentation](https://developers.google.com/hangouts/chat/quickstart/incoming-bot-python#step_1_register_the_incoming_webhook) for more details. - Configure Alertmanager config file (`alertmanager.yml`) and give the address of calert web-server. You can refer to the [official documentation](https://prometheus.io/docs/alerting/configuration/#webhook_config) for more details.