Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Rajesh Hadiya <[email protected]>
  • Loading branch information
hadiyarajesh committed Sep 6, 2022
1 parent 61e54f1 commit 12ab5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ interface MyApi {
}
```

<br><br>
<br></br>
#### 1. Add CallAdapterFactory/ResponseConverter in networking client

**Ktorfit**
Expand All @@ -157,7 +157,7 @@ Retrofit.Builder()
.build()
```

<br><br>
<br></br>
#### 2. Make network request (and save data) in Repository

**2.1** If you want to fetch network resources and save into local database,
Expand Down

0 comments on commit 12ab5f2

Please sign in to comment.