From 0bb5b158b02f7d277a1fed9fd2a61a7dd5d7c18f Mon Sep 17 00:00:00 2001 From: Grzegorz Kozub Date: Wed, 9 Mar 2022 14:05:51 +0100 Subject: [PATCH] chore(docs): additional rename of project name (#781) --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index ef66f4758..ae1899ef6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,7 +30,7 @@ Powertools dependencies are available in Maven Central. You can use your favouri **Quick hello world examples using SAM CLI** -You can use [SAM](https://aws.amazon.com/serverless/sam/) to quickly setup a serverless project including AWS Lambda Powertools Java. +You can use [SAM](https://aws.amazon.com/serverless/sam/) to quickly setup a serverless project including AWS Lambda Powertools for Java. ```bash sam init --location gh:aws-samples/cookiecutter-aws-sam-powertools-java