From 6876ed1860d90e78a048d2de04254d5fb24b67f2 Mon Sep 17 00:00:00 2001 From: marcvanduyn Date: Fri, 22 Mar 2024 14:11:29 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97016e00..9b97cc88 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ if __name__ == "__main__": The framework also supports backtesting and performing backtest experiments. After a backtest, you can print a report that shows the performance of your trading bot. -To run a single backtest You can use the example code that can be found [here](./examples/backtest). +To run a single backtest you can use the example code that can be found [here](./examples/backtest). ### Backtesting report You can use the ```pretty_print_backtest``` function to print a backtest report.