diff --git a/README.md b/README.md index 89fc6de..b959c79 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,4 @@ A personal iOS app that provides detailed insights into the [Express Entry progr The app is structured with **Clean Architecture** to ensure separation of concerns: 1. **Domain Layer**: Contains `UseCases` like `GetPoolHistoryUseCase` for encapsulating business logic. 2. **Data Layer**: Implements `Repositories` that fetch and map data from the API to domain models. -3. **Presentation Layer**: Uses `ViewModels` (with MVVM) for managing UI state. +3. **Presentation Layer**: Uses `ViewModels` (with MVVM) for managing UI state