From f7982a11b7234ee16fafefc7e8637d7c9e078ae2 Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Tue, 8 Mar 2022 16:11:59 +0100 Subject: [PATCH] docs: fixed naming notes --- docs/index.md | 2 +- packages/commons/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index f1db1e5e24..f2937169ab 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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) diff --git a/packages/commons/README.md b/packages/commons/README.md index b7454e2059..05f9afe3dc 100644 --- a/packages/commons/README.md +++ b/packages/commons/README.md @@ -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)