diff --git a/README.md b/README.md index b5c7c2f..0ff1a53 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ class MyApi extends WasapiUtilities { .build(MyApiServices.class); public static void main(String[] args) { - Call apicall = api.myApiCall(); + Call apicall = api.getData(); perform(apicall); } }