From 2081ada2495f5994ceb7e585511f7c387ebea872 Mon Sep 17 00:00:00 2001 From: Viacheslav Demydiuk Date: Sun, 4 Aug 2024 11:43:10 +0300 Subject: [PATCH] Small update readme: fixed typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df7b8fb5..c4dabd4c 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The libraries that are working as proxy between MQL and C# layers. They provide * `MtApi, MtApi5`: **`(C#, .dll)`** The client side libraries that are using in user's projects. -* **`(MQL4/MQL5, .ex4)`** +* **`(MQL4/MQL5, .ex4/.ex5)`** MT4 and MT5 *Expert Advisors* linked to terminal's charts. They executes API's functions and provides trading events. * `MtApiInstaller, MtApi5Installer` **`(WIX, .msi)`** @@ -80,7 +80,7 @@ Use the installers to setup all libraries automatically. To quickly navigate to the trading platform *data folder*, click: **`File >> "Open data folder"`** in your *MetaTrader* Terminal. ## Additional packets -VCRedist packet must be installed for correct working MtApi connectors (MTCOnnector or MT5Connector). +VCRedist packet must be installed for correct working MtApi connectors (MTConnector or MT5Connector). Use Microsoft website to download required installers: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170