From caf4c4541e079f94375b07b59e8a199b6c5f3b0d Mon Sep 17 00:00:00 2001 From: openwebsolns Date: Fri, 17 Nov 2023 13:47:14 -0500 Subject: [PATCH] Update README.md.template Fix "the this" typo to just read "this" under "Installing". --- .../amazon/smithy/aws/typescript/codegen/README.md.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/README.md.template b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/README.md.template index 209accc5583b..462e47e4c912 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/README.md.template +++ b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/README.md.template @@ -9,7 +9,7 @@ AWS SDK for JavaScript ${serviceId} Client for Node.js, Browser and React Native ${documentation} ## Installing -To install the this package, simply type add or install ${packageName} +To install this package, simply type add or install ${packageName} using your favorite package manager: - `npm install ${packageName}` - `yarn add ${packageName}` @@ -195,4 +195,4 @@ To contribute to client you can check our [generate clients scripts](https://git This SDK is distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0), -see LICENSE for more information. \ No newline at end of file +see LICENSE for more information.