From 2316018b58399f52cc41045f3d360fe967ba4220 Mon Sep 17 00:00:00 2001
From: Anton Titovets <105596284+Bayselonarrend@users.noreply.github.com>
Date: Fri, 21 Nov 2025 10:34:24 +0300
Subject: [PATCH] Update README_ENG.md
---
README_ENG.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README_ENG.md b/README_ENG.md
index c247496728..5e039a6c40 100644
--- a/README_ENG.md
+++ b/README_ENG.md
@@ -8,12 +8,11 @@
[](https://github.com/EvilBeaver/OneScript)
[](https://boosty.to/bayselonarrend)
-
-A set of integration tools with popular APIs: console application (Windows/Linux) and library (extension) for 1C:Enterprise/OneScript, consisting of a common set of ready-made functions for working with multiple well-known cloud services
+**OpenIntegrations** is a set of tools for working with external APIs, available as a library (extension) for 1C:Enterprise / OneScript and a cross-platform console application for Windows and Linux. The project provides ready-made methods for performing application tasks (sending messages, creating documents, SQL queries, etc.) across more than 30 services and technologies, including Telegram, VK, Bitrix24, Google and Yandex services, as well as various DBMS and exchange protocols.
-All implemented methods from the set perform specific application tasks, such as `SendMessage` or `CreatePost`, allowing them to be used without deep diving into the implementation. However, the code is well-decomposed: authorization methods, data retrieval, etc., are separated into distinct functions where possible. This facilitates easy addition of new methods based on existing ones without unraveling the implementation chain from the very beginning of API interaction
+The project code is organized as a set of independent modules, each responsible for working with a specific service. Common logic, such as HTTP or JSON handling, is extracted into reusable components. This allows for both quick application of ready-made functions and easy extension of functionality by adding new methods based on existing components. The source code is open, providing full control over implementation and enabling community participation in development.
📋 Currently implemented methods for working with the following services ([list](/media/catalogs/Catalog.md))