Skip to content

Commit

Permalink
docs: fixed naming notes (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi authored Mar 14, 2022
1 parent 9fba1d3 commit f38a9fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Core utilities such as Tracer, Logger, Metrics, and Event Handler will be availa

## Installation

The AWS Lambda Powertools for TypeScript utilities follow a modular approach, similar to the official [AWS SDK v3 for JavaScript](https://github.com/aws/aws-sdk-js-v3){target="_blank"}.
The AWS Lambda Powertools for TypeScript utilities (which from here will be referred as Powertools) follow a modular approach, similar to the official [AWS SDK v3 for JavaScript](https://github.com/aws/aws-sdk-js-v3).
Each TypeScript utility is installed as standalone NPM package.

[Installation guide for the **Tracer** utility](./core/tracer.md#getting-started)
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Find the complete project's [documentation here](https://awslabs.github.io/aws-l

### Installation

The AWS Lambda Powertools for TypeScript utilities (which from here will be referred as Powertools) follow a modular approach, similar to the official [AWS SDK v3 for JavaScript](https://github.com/aws/aws-sdk-js-v3).
The AWS Lambda Powertools for TypeScript utilities follow a modular approach, similar to the official [AWS SDK v3 for JavaScript](https://github.com/aws/aws-sdk-js-v3){target="_blank"}.
Each TypeScript utility is installed as standalone NPM package.

👉 [Installation guide for the **Tracer** utility](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/core/tracer#getting-started)
Expand Down

0 comments on commit f38a9fa

Please sign in to comment.