Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def test_no_forbidden_dependency():

Generate dependency graph reports in multiple formats and narrow them to the part of the codebase you want to inspect.

**Using `requests` library repo for example**
**Using [`requests`](https://github.com/psf/requests) library repo for example**

```python
from archunitpython import project_graph
Expand All @@ -411,7 +411,7 @@ def test_export_dependency_graph_reports():
if __name__ == "__main__":
test_export_dependency_graph_reports()
```
**Rendered mermain diagram**
**Exported mermaid diagram**
``` mermaid
flowchart LR
n0["__init__.py"]
Expand Down