From d0fdfa6f3ff566d0986ff1301e941f0034cd06b1 Mon Sep 17 00:00:00 2001 From: Jim Blanchard Date: Thu, 25 Apr 2024 16:17:20 -0500 Subject: [PATCH] chore: Clean up awkward langauge in README (#13292) --- README.md | 2 +- packages/aws-amplify/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ebb73edc80..ada48b62a75 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ AWS Amplify provides a declarative and easy-to-use interface across different ca Our default implementation works with Amazon Web Services (AWS), but AWS Amplify is designed to be open and pluggable for any custom backend or service. -#### Visit our [Documentation site](https://docs.amplify.aws/) to learn more about AWS Amplify. Please see our [Amplify JavaScript](https://docs.amplify.aws/lib/q/platform/js/) page within our Documentation site for information around the full list of features we support. +#### Visit our [documentation site](https://docs.amplify.aws/) to learn more about AWS Amplify. Please see the [Amplify JavaScript](https://docs.amplify.aws/lib/q/platform/js/) page for information around the full list of features we support. - [Demo Applications](https://github.com/aws-amplify/amplify-js-samples) - [Contributing](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md) diff --git a/packages/aws-amplify/README.md b/packages/aws-amplify/README.md index 0b331af2f4f..a024a31c2d5 100644 --- a/packages/aws-amplify/README.md +++ b/packages/aws-amplify/README.md @@ -2,4 +2,4 @@ AWS Amplify is a JavaScript library for frontend and mobile developers building cloud-enabled applications. The library is a declarative interface across different categories of operations in order to make common tasks easier to add into your application. The default implementation works with Amazon Web Services (AWS) resources but is designed to be open and pluggable for usage with other cloud services that wish to provide an implementation or custom backends. -`aws-amplify` is the AWS Amplify library. Documentation is available [here](https://docs.amplify.aws/lib/q/platform/js/). +Documentation is available [here](https://docs.amplify.aws/lib/q/platform/js/).