Skip to content

Commit 0c9fb36

Browse files
Update README.md
1 parent e65fc6f commit 0c9fb36

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
Kotlin library to mock http responses that fits into [retrofit](https://github.com/square/retrofit) from square
55

6+
<img src="https://user-images.githubusercontent.com/29440700/115327793-ce226080-a1a4-11eb-814b-5f58afbb5af6.png" width="256" height="455">
7+
68
## Dependency
79
Top level build.gradle
810
```groovy
@@ -115,7 +117,3 @@ class RemoteDataSource(private val context: Context) {
115117
}
116118
}
117119
```
118-
119-
Now you can see your mock data in UI:
120-
121-
<img src="https://user-images.githubusercontent.com/29440700/115327793-ce226080-a1a4-11eb-814b-5f58afbb5af6.png" width="256" height="455">

0 commit comments

Comments
 (0)