diff --git a/sdk/core/Azure.Core/README.md b/sdk/core/Azure.Core/README.md index 24551f638cc7..fac794758fa9 100644 --- a/sdk/core/Azure.Core/README.md +++ b/sdk/core/Azure.Core/README.md @@ -13,7 +13,7 @@ The main shared concepts of Azure.Core (and so Azure SDK libraries using Azure.C - Configuring service clients, e.g. configuring retries, logging. - Accessing HTTP response details. - Calling long running operations (LROs). -- Paging and asynchronous streams (```IAsyncEnumerable``) +- Paging and asynchronous streams (```IAsyncEnumerable```) - Exceptions for reporting errors from service requests in a consistent fashion. - Abstractions for representing Azure SDK credentials. @@ -106,7 +106,7 @@ Coming soon ... ### Consuming Service Methods Returning ```IAsyncEnumerable``` Coming soon ... -### Consuming Long Running Operations Using ```OperationT``` +### Consuming Long Running Operations Using ```Operation``` Comming soon ... ### Mocking