diff --git a/README.md b/README.md index 0945a7196..60b16a79e 100644 --- a/README.md +++ b/README.md @@ -443,7 +443,7 @@ class LoginViewModel return token; } - public async void LoginAndCallApi() + public async Task LoginAndCallApi() { var api = RestService.For(new HttpClient(new AuthenticatedHttpClientHandler(GetToken)) { BaseAddress = new Uri("https://the.end.point/") }); var location = await api.GetLocationOfRebelBase();