From 753da3b4c4df978d421233b42b5238f582093f92 Mon Sep 17 00:00:00 2001 From: Viacheslav Demydiuk Date: Mon, 17 Jun 2024 22:54:02 +0300 Subject: [PATCH] Readme: removed information about CLI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efe749ed..f42d6318 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The common engine communication project of the API. It contains the implementat * `MtClient`: **`(C#, .dll)`** The client side communication project of the API (based on WebSocket). -* `MTConnector, MT5Connector`: **`(C++/CLI, .dll)`** +* `MTConnector, MT5Connector`: **`(C++, .dll)`** The libraries that are working as proxy between MQL and C# layers. They provides the API interfaces for working with MQL experts. * `MtApi, MtApi5`: **`(C#, .dll)`**