Skip to content

Commit 6810a1a

Browse files
authored
docs: update README.md.template to fix a typo (#5505)
1 parent aa3086a commit 6810a1a

File tree

1 file changed

+2
-2
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+2
-2
lines changed

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/README.md.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AWS SDK for JavaScript ${serviceId} Client for Node.js, Browser and React Native
99
${documentation}
1010

1111
## Installing
12-
To install the this package, simply type add or install ${packageName}
12+
To install this package, simply type add or install ${packageName}
1313
using your favorite package manager:
1414
- `npm install ${packageName}`
1515
- `yarn add ${packageName}`
@@ -195,4 +195,4 @@ To contribute to client you can check our [generate clients scripts](https://git
195195

196196
This SDK is distributed under the
197197
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
198-
see LICENSE for more information.
198+
see LICENSE for more information.

0 commit comments

Comments
 (0)