diff --git a/README.md b/README.md index da092e7cc59a3c971e9404b56ab6d94a9778fc1f..c6fac8e9ef6a77780c05354dbe924a1bc17d51ed 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ #### The app has following packages: 1. **data**: It contains all the data accessing and manipulating components. 2. **di**: Dependency providing classes using Dagger2. -3. **ui**: View classes along with their corresponding Presenters. +3. **ui**: View classes along with their corresponding ViewModel. 4. **service**: Services for the application. 5. **utils**: Utility classes.