diff --git a/README.md b/README.md index 6b148d01..de6a9d4f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Check the apk [from here](asset/app_v1.0.0.apk) ## ⚙️ Architecture -![Architecture diagram](asset/arch.jpg) +![Architecture diagram](asset/architecture.jpg) The main architecture of code based on MVI + CLEAN architecture. The division criteria is a hybrid strategy based on Feature + Layer by module. For the detail of architecture, please read [this article](https://medium.com/@kaaveh/migrate-from-mvvm-to-mvi-f938c27c214f). diff --git a/asset/arch.jpg b/asset/arch.jpg deleted file mode 100644 index 01ddfa8b..00000000 Binary files a/asset/arch.jpg and /dev/null differ diff --git a/asset/architecture.jpg b/asset/architecture.jpg new file mode 100644 index 00000000..8d3f5888 Binary files /dev/null and b/asset/architecture.jpg differ