diff --git a/README.md b/README.md index 9441bd1..88ff918 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ Go project that provide storage (files) use cases with trying to structure code ## Architecture diagram -![architecture diagram](https://github.com/aryyawijaya/go-storage-with-clean-arch/blob/dev/architecture_diagram.png) +![architecture diagram](https://github.com/aryyawijaya/go-storage-with-clean-arch/blob/main/architecture_diagram.png) -The diagram above depicts the structure of the code in this app/system that following Dependency Rule: *Source code dependencies must point only inward, toward higher-level policies* +The diagram above depicts the structure of the code in this app/system that following Dependency Rule:\ +***Source code dependencies must point only inward, toward higher-level policies*** ## Running the app