Skip to content

Commit 2aead71

Browse files
committed
Update README.md
1 parent 8944360 commit 2aead71

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
Code metrics analyzer for Swift projects.
77

8+
![Example internal distribution](docs/assets/example_internal_deps_graph.jpeg)
9+
10+
![Example code distribution](docs/assets/code_distribution.jpeg) ![Example deviation main sequence](docs/assets/example_deviation_main_sequence.jpeg)
11+
812
## Introduction
913

1014
The goal of this software is to provide an insight of the architectural state of a software written in `Swift` that consists in several modules.
@@ -23,7 +27,7 @@ Inspired by the book of Robert C. Martin, _Clean Architecture_, the software wil
2327

2428
## Requirements
2529

26-
This is a _Python 3_ script that depends on _matplotlib_, _adjustText_, __pyfunctional__ and _pygraphviz_.
30+
This is a _Python 3_ script that depends on _matplotlib_, _adjustText_, _pyfunctional_ and _pygraphviz_.
2731

2832
This latest package depends on the [Graphviz](https://www.graphviz.org/download/) binary that must be installed.
2933

27.9 KB
Loading
70.7 KB
Loading

0 commit comments

Comments
 (0)