diff --git a/docs/reports.md b/docs/reports.md index 337ab34..6469cda 100644 --- a/docs/reports.md +++ b/docs/reports.md @@ -159,13 +159,13 @@ To create a bot: Parameters for this report module: -|Parameter| Description| -|---|---| -|showPaths| Amount of AS_PATHs to report in the alert (0 to disable). | -|botUrl| The Telegram bot URL. Usually `https://api.telegram.org/bot_BOT_ID_/` where `_BOT_ID_` is your both ID. | +|Parameter| Description | +|---|---------------------------------------------------------------------------------------------------------------------------------------------------| +|showPaths| Amount of AS_PATHs to report in the alert (0 to disable). | +|botUrl| The Telegram bot URL. Usually, `https://api.telegram.org/bot_BOT_ID_/sendMessage` where `_BOT_ID_` is your both ID. | |noProxy| If there is a global proxy configuration (see [here](http-proxy.md)), this parameter if set to true allows the single module to bypass the proxy. | -|chatIds| A dictionary containing chat IDs grouped by user group (key: group, value: chat ID).| -|chatIds.default| The chat ID of the default user group.| +|chatIds| A dictionary containing chat IDs grouped by user group (key: group, value: chat ID). | +|chatIds.default| The chat ID of the default user group. | ## reportPullAPI