From eb0eed920bd90cd2f57e784b6a9e922d049c9c8a Mon Sep 17 00:00:00 2001 From: ochairo <19258508+ochairo@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:02:15 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e56f0d0..41d8d48 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Initial technology stack is simple. ## Architecture -The project has not a specific architecture but follows key principles including separation of concerns, +The project is architecture agnostic, but follows key principles including separation of concerns, SOLID principles, atomic design, software design patterns and readable code. This ensures that the application will be easy to maintain, scale, modify and enables integrations of architectures.