From 74ac737e9b5d040f3f961d6142c7272a9d2ebd76 Mon Sep 17 00:00:00 2001 From: Deban Kumar Sahu Date: Tue, 30 Jun 2026 08:53:40 +0530 Subject: [PATCH 1/2] doc: Added `requests` library link in the example so other can verify. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cca0bc..0315dfc 100644 --- a/README.md +++ b/README.md @@ -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 From b504b5ee7f4ca82906ca9fbd3f8eb594cc9dc17b Mon Sep 17 00:00:00 2001 From: Deban Kumar Sahu Date: Tue, 30 Jun 2026 08:54:03 +0530 Subject: [PATCH 2/2] doc: Fixed the typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0315dfc..f847c11 100644 --- a/README.md +++ b/README.md @@ -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"]