From 963f22c86ef187784cd84de3aa0e3c96ed21a84c Mon Sep 17 00:00:00 2001 From: Haresh Nasit <84355507+hnnasit@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:43:25 -0800 Subject: [PATCH] Update nodejs22.x/hello-img/README.md Co-authored-by: Lucas <12496191+lucashuy@users.noreply.github.com> --- nodejs22.x/hello-img/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs22.x/hello-img/README.md b/nodejs22.x/hello-img/README.md index 47805781..58ce0733 100644 --- a/nodejs22.x/hello-img/README.md +++ b/nodejs22.x/hello-img/README.md @@ -10,7 +10,7 @@ A cookiecutter template to create a NodeJS Hello world boilerplate using [Server Generate a boilerplate template in your current project directory using the following syntax: -* **NodeJS 20**: `sam init --runtime nodejs22.x` +* **NodeJS 22**: `sam init --runtime nodejs22.x` > **NOTE**: ``--name`` allows you to specify a different project folder name (`sam-app` is the default)