From f38a9fadebf6849c41c9329ed1b2ea12db1b8548 Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Mon, 14 Mar 2022 17:19:13 +0100 Subject: [PATCH] docs: fixed naming notes (#642) --- 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 f1db1e5e2..f2937169a 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 b7454e205..05f9afe3d 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)