Skip to content

Commit a97dd2c

Browse files
authored
Update README.md
1 parent cc1f1ce commit a97dd2c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ The template cleanup workflow will automatically:
2929
The architecture of the project is based off of a modular approach for the package structure, and enforces MVI-based layering within these packages. This allows you to focus on properly structuring your code in a clean manner, while having the flexibility to "export" these packages as modules as the project scales up in size.
3030
```
3131
app/
32-
├── 📱 app/ # Application layer (DI, navigation)
33-
├── di/ # Dependency injection modules
34-
├── navgiation/ # Navigation logic
32+
├── 📱 app/ # Application layer (DI, navigation)
33+
├── di/ # Dependency injection modules
34+
├── navgiation/ # Navigation logic
3535
├── 🏗️ core/
36-
├── di/ # Business logic & models
37-
├── domain/ # Business logic & models
36+
├── di/ # Business logic & models
37+
├── domain/ # Business logic & models
3838
└── presentation/ # UI components & theming
3939
```
4040

0 commit comments

Comments
 (0)