From 5307378093176a47642f0693f123968de879e6ec Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 23 Dec 2019 12:42:32 +0100 Subject: [PATCH] Fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de0ad93..1bc1608 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,6 @@ freqtrade backtesting --strategy Strategy001 freqtrade download-data --days 100 ``` -*Note:* Generally, it's recommendet to use static backtest data (from a defined period of time) for compareable results. +*Note:* Generally, it's recommended to use static backtest data (from a defined period of time) for comparable results. Please check out the [official backtesting documentation](https://www.freqtrade.io/en/latest/backtesting/) for more information.