Skip to content

Commit 671a2ab

Browse files
authored
Merge pull request #8 from Umutayb/Umutayb-patch-3
Update README.md
2 parents 94f295a + d2d82ee commit 671a2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add the required dependency to your project.
3232
### 1. Define your API interface
3333

3434
```java
35-
public interface MyApi {
35+
public interface MyApiServices {
3636
@GET("endpoint")
3737
Call<MyResponse> getData();
3838
}

0 commit comments

Comments
 (0)