From 46415c6d77d5dd009293daf6368ed4313d9867eb Mon Sep 17 00:00:00 2001 From: Kalin Canov <kalin.canov@vereign.com> Date: Thu, 18 Jul 2024 16:44:38 +0300 Subject: [PATCH] update format --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c807bc1a..378497a3 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ ## 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. + The separation within the OCM Engine allows it to be considered a flexible and extendable framework from both development and consumer perspectives. This modular approach ensures that components can be individually maintained and enhanced, promoting a scalable and adaptable architecture. ### Apps list: -- GitLab