From ca9798768b2c6d3714b79c81dc5153079c535ec6 Mon Sep 17 00:00:00 2001 From: Haresh Nasit <84355507+hnnasit@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:43:00 -0800 Subject: [PATCH] Update nodejs22.x/full-stack/README.md Co-authored-by: Lucas <12496191+lucashuy@users.noreply.github.com> --- nodejs22.x/full-stack/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs22.x/full-stack/README.md b/nodejs22.x/full-stack/README.md index cebaeea0..62e42bad 100644 --- a/nodejs22.x/full-stack/README.md +++ b/nodejs22.x/full-stack/README.md @@ -10,7 +10,7 @@ A cookiecutter template to create a NodeJS Quick Start Web Application using [Se Generate a boilerplate template in your current project directory using the following syntax: -* **NodeJS 20**: `sam init --runtime nodejs22.x --app-template quick-start-full-stack --name full-stack-app` +* **NodeJS 22**: `sam init --runtime nodejs22.x --app-template quick-start-full-stack --name full-stack-app` > **NOTE**: ``--name`` allows you to specify a different project folder name