From bd6b7ad1f939bb2ca3056d9c727e47d67d1d9f30 Mon Sep 17 00:00:00 2001 From: Yuriy Date: Thu, 19 Apr 2018 19:39:02 +0200 Subject: [PATCH] Correct style and grammar error. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8af8001..9721de5 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ You should consider to create an init script if you want to run it on production #### Arguments In order to set your bot you will need to pass as arguments: -|Argument |Required? |Description |Defaults | -|-------------------|:------------------:|-----------------------------|:---------------:| -|--TELEGRAM_TOKEN | :heavy_check_mark: |Define Telegram bot Token | **_Mandatory_** | -|--DIALOGFLOW_TOKEN | :heavy_check_mark: |Define Dialogflow Token | **_Mandatory_** | -|--ADMIN_CHAT_ID | :x: |Define Telegram admin chatID | `[]` | -|--WIT_TOKEN | :x: |Define Wit Token | `None` | -|--log | :x: |Set logging value | `DEBUG` | +|Argument |Required? |Description |Defaults | +|-------------------|:------------------:|------------------------------|:---------------:| +|--TELEGRAM_TOKEN | :heavy_check_mark: |Define Telegram bot Token | **_Mandatory_** | +|--DIALOGFLOW_TOKEN | :heavy_check_mark: |Define Dialogflow Token | **_Mandatory_** | +|--ADMIN_CHAT_ID | :x: |Define Telegram admin chatIDs | `[]` | +|--WIT_TOKEN | :x: |Define Wit Token | `None` | +|--log | :x: |Set logging value | `DEBUG` | If you want telegram notifications every time the script will be shut down / turned up you need to set the `ADMIN_CHAT_ID`. You can set the `ADMIN_CHAT_ID` with multiple arguments, for example: `--ADMIN_CHAT_ID 12345 54321`.