diff --git a/README.md b/README.md index 9cca0bc..f847c11 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 @@ -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"]