Skip to content

Commit 2053133

Browse files
update README file
1 parent 1c5cbc0 commit 2053133

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ The project follows **Clean Architecture** principles combined with **MVVM (Mode
7474

7575
### Project Structure
7676

77-
```├── data/
77+
```
78+
├── data/
7879
│ ├── di/ # Hilt Modules
7980
│ ├── network/ # Retrofit DTOs and API Service
8081
│ ├── room_database/ # Room Entities and DAOs
@@ -88,7 +89,8 @@ The project follows **Clean Architecture** principles combined with **MVVM (Mode
8889
│ └── pokemon_details/ # Detail feature (Screen, ViewModel, State)
8990
├── ui/
9091
│ └── theme/ # Compose Theme (Color, Type, etc.)
91-
└── utils/ # Extension functions and generic classes```
92+
└── utils/ # Extension functions and generic classes
93+
```
9294

9395
## 🔧 Versioning
9496

0 commit comments

Comments
 (0)