Skip to content

Commit 9846d24

Browse files
update
1 parent 0b14dc3 commit 9846d24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# It is highly recommended to use the new [Azure SDK for Java](https://github.com/Azure/azure-sdk-for-java)
22

3-
The AutoRest Client Runtimes for Java library was used as a dependency of older Azure client libraries, most of which was already deprecated.
3+
The AutoRest Client Runtime for Java library was used as a dependency of older Azure client libraries.
44

55
If you find that this library is included in dependencies though another Azure client library, please see whether there is new Azure client library available [here](https://azure.github.io/azure-sdk/releases/latest/#java).
66

7-
If you are directly using this library, please consider migrate to [azure-core libraries](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/core), or [azure-identity libraries](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/identity).
7+
If you are directly using this library, please consider using new [azure-core libraries](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/core), or [azure-identity libraries](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/identity).
88

9-
# AutoRest Client Runtimes for Java
9+
# AutoRest Client Runtime for Java
1010
The runtime libraries for [AutoRest](https://github.com/azure/autorest) generated Java clients.
1111

1212
## Usage
@@ -40,7 +40,7 @@ The runtime libraries for [AutoRest](https://github.com/azure/autorest) generate
4040
### Create a RestClient
4141

4242
```java
43-
// For Java genenerator
43+
// For Java generator
4444
RestClient simpleClient = new RestClient.Builder()
4545
.withBaseUrl("http://localhost")
4646
.withResponseBuilderFactory(new ServiceResponseBuilder.Factory())

0 commit comments

Comments
 (0)