From 8df4f722c69568586884f9c01d16d6dfb00ac892 Mon Sep 17 00:00:00 2001
From: Kalin Canov <kalin.canov@vereign.com>
Date: Thu, 18 Jul 2024 16:56:32 +0300
Subject: [PATCH] update

---
 README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 3e0132a2..8c16ce36 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,7 @@
   - [License](#license)
 
 ## Introduction
-The OCM Engine is designed primarily to manage [Verifiable Credentials](https://en.wikipedia.org/wiki/Verifiable_credentials) of a given organization as well as DIDComm data exchange. Built as a monorepo utilizing [NestJS](http://nestjs.com) and [Nx](https://nx.dev), it features various applications housed in the `apps` directory and libraries in the `libs` directory. This structure facilitates updates, extensions, and the creation of additional applications and libraries.
-
-Such a structure facilitates updates, extensions, and the creation of additional applications and libraries. This enables a  flexible and extendable framework from both development and consumer perspectives. With this modular approach it is ensured that components can be individually maintained and enhanced, promoting a scalable and adaptable architecture.
+The OCM Engine is designed primarily to manage [Verifiable Credentials](https://en.wikipedia.org/wiki/Verifiable_credentials) of a given organization as well as DIDComm data exchange. Built as a monorepo utilizing [NestJS](http://nestjs.com) and [Nx](https://nx.dev), it features various applications housed in the `apps` directory and libraries in the `libs` directory. Such a structure facilitates updates, extensions, and the creation of additional applications and libraries. This enables a  flexible and extendable framework from both development and consumer perspectives. With this modular approach it is ensured that components can be individually maintained and enhanced, promoting a scalable and adaptable architecture.
 
 ### Apps list:
     - Agent
-- 
GitLab