diff --git a/README.md b/README.md index 0ff1a53..d1df063 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Add the required dependency to your project. ### 1. Define your API interface ```java -public interface MyApi { +public interface MyApiServices { @GET("endpoint") Call getData(); }