From 3da12014b8717182729a0d3f685f2d995762b3fb Mon Sep 17 00:00:00 2001 From: Manu NALEPA Date: Thu, 25 Jan 2018 18:26:01 +0100 Subject: [PATCH] [DOC] Correct typos about telegram. --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 84c8f53ba..5e3b15925 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -32,8 +32,8 @@ The table below will list all configuration parameters. | `experimental.use_sell_signal` | false | No | Use your sell strategy in addition of the `minimal_roi`. | `experimental.sell_profit_only` | false | No | waits until you have made a positive profit before taking a sell decision. | `telegram.enabled` | true | Yes | Enable or not the usage of Telegram. -| `telegram.token` | token | No | Your Telegram bot token. Only required is `enable` is `true`. -| `telegram.chat_id` | chat_id | No | Your personal Telegram account id. Only required is `enable` is `true`. +| `telegram.token` | token | No | Your Telegram bot token. Only required if `telegram.enabled` is `true`. +| `telegram.chat_id` | chat_id | No | Your personal Telegram account id. Only required if `telegram.enabled` is `true`. | `initial_state` | running | No | Defines the initial application state. More information below. | `internals.process_throttle_secs` | 5 | Yes | Set the process throttle. Value in second.