diff --git a/README.md b/README.md
index 2c3a899..e73dca9 100644
--- a/README.md
+++ b/README.md
@@ -49,13 +49,12 @@ The architecture of this app is complies with each of 3 following points:
## Modules
- |
+ |
-
Above graph shows the app modular structure.
-- The `:app` module has a direct dependency on the `:core` and `:common-ui` module. Additionally, `:app` indirectly depends on the `:feature` module
-- `:feature` modules depends on `:core`, `:common-ui` and `utility`.
+- The `:app` module has a direct dependency on the `:core` and `:common-ui` module. Additionally, `:app` directly depends on the `:feature` module
+- `:feature` modules depends on `:core`, `:common-ui` and indirectly depends on `utility`.
- Both `:core` and `:app` modules may have dependencies on the `:utility` module, but only if there is a need for specific utilities.
- The `:utility` and `:common-ui` module does not have any external dependencies.