diff --git a/README.md b/README.md index b2b6457..d512de1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Create a screen that allows a user to login to their moneybox account and displa ## The Project… The project includes the networking code and models to complete the task, you will just need to integrate them and implement the logic. -- The `Networking` class contains the **OkHttp** and **Retrofit** instances with the required headers for an unauthenticated request. +- The `networking/Networking` class contains the **OkHttp** and **Retrofit** instances with the required headers for an unauthenticated request. - The `models` package contains the request and response models with all the fields required for the rest of the task. ## Part 1 - Login Screen… @@ -47,4 +47,4 @@ Header value: Bearer {BEARER_TOKEN_HERE} You can use the `AllProductsResponse` to parse this response and retrieve the plan value. ## How to submit your test… -Please push your project to Github and invite android@moneyboxapp.com to view your project. \ No newline at end of file +Please push your project to Github and invite android@moneyboxapp.com to view your project.