From f60a766a9060a620fc34b2b2df05b14ecc1b0efd Mon Sep 17 00:00:00 2001 From: Artem-Darius Atlas Date: Mon, 24 Jul 2023 20:59:25 +0300 Subject: [PATCH] docs: updated dep for the graph in the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df79724..986abd2 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ graph TD; auth-client-->auth; auth-->auth-db; auth-db-->auth-db-admin; - site-pages-->ui; + ui-modules-->ui; site-pages-->ui-modules; frontend-->site-pages; site-pages-->site-layouts;