From 824de921d10c7c60873f7cbba718c5437f9a916a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Domaga=C5=82a?= <54290898+maciejdomagala@users.noreply.github.com> Date: Fri, 18 Dec 2020 15:20:16 +0100 Subject: [PATCH] fixing typos #4 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ae36827e..4d5b6b335 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Qlib provides a tool named `qrun` to run the whole workflow automatically (inclu cd examples # Avoid running program under the directory contains `qlib` qrun benchmarks/LightGBM/workflow_config_lightgbm_Alpha158.yaml ``` - The result of `qrun` is as follows, please refer to please refer to [Intraday Trading](https://qlib.readthedocs.io/en/latest/component/backtest.html) for more details about the result. + The result of `qrun` is as follows, please refer to [Intraday Trading](https://qlib.readthedocs.io/en/latest/component/backtest.html) for more details about the result. ```bash @@ -306,4 +306,4 @@ provided by the bot. You will only need to do this once across all repos using o This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or -contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. \ No newline at end of file +contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.