From 7465dce2a607e3ab29679e3e4a970777f1a59e67 Mon Sep 17 00:00:00 2001 From: Maxime Ritter Date: Fri, 10 Sep 2021 13:21:52 +0300 Subject: [PATCH] Minor typo fix in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e004d91..8f1f2d2 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ On first line of your base code please add MQL4 reserved variables initializatio InitMQL4Env(); ``` -Using define for Bars would also affect the Bars function. If you know of any trick which would allow to redefine it while keeping the Bars() function available, keep free to send a patch. +Using define for Bars would also affect the Bars function. If you know of any trick which would allow to redefine it while keeping the Bars() function available, feel free to send a patch. ## Changelog