aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 931f12b..a1b6f40 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,15 @@ Mingling abstracts command execution into the following parts:
3. **Renderer** - Stops the chain and prints the currently processed type to the terminal.
4. **Program** - Manages the lifecycle and configuration of the entire CLI application.
+<details>
+ <summary>Architecture Diagram</summary>
+ <p align="center">
+ <a href="https://github.com/CatilGrass/mingling">
+ <img alt="Mingling" src="res/graph.png" width="75%">
+ </a>
+ </p>
+</details>
+
## Project Structure
The Mingling project consists of two main parts: