diff --git a/README.md b/README.md index ba67b72..7aeed9c 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ public class AdvancedExample } public async void CallServer() - { + { IEnumerable tolkienBooks = await _libraryClient.CallAsync(x => x.GetBooksByAuthor("J.R.R.Tolkien")); foreach (Book book in tolkienBooks) Console.WriteLine(book.Name);