Skip to content

Commit 8115b1d

Browse files
committed
Migrate dependency graph to Mermaid
1 parent 8110b43 commit 8115b1d

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

README.md

+6-14
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,12 @@ The project consists of the following components:
4040

4141
The dependency graph between these packages looks like this:
4242

43-
```
44-
+--------------------+ +-----------------------------------+
45-
| DistributedChatKit | | DistributedChatSimulationProtocol |
46-
+--------------------+ +-----------------------------------+
47-
^ ^
48-
| |
49-
+----------+-------------+ +---------+
50-
| | | |
51-
+--------------------+ +--------------------+ +---------------------------------+
52-
| DistributedChatApp | | DistributedChatCLI | | DistributedChatSimulationServer |
53-
+--------------------+ +--------------------+ +---------------------------------+
54-
55-
\__________________/ \______________________________________________________/
56-
iOS only cross-platform, for testing
43+
```mermaid
44+
flowchart BT
45+
DistributedChatApp --> DistributedChatKit
46+
DistributedChatCLI --> DistributedChatKit
47+
DistributedChatCLI --> DistributedChatSimulationProtocol
48+
DistributedChatSimulationServer --> DistributedChatSimulationProtocol
5749
```
5850

5951
## Building and Running

0 commit comments

Comments
 (0)