From bb1adf4288921a2ef030cea8f81006d4694b2942 Mon Sep 17 00:00:00 2001 From: Richard Li <742829+rli@users.noreply.github.com> Date: Fri, 8 Feb 2019 08:37:29 -0800 Subject: [PATCH] docs: Fix Nodejs references in Python Cookiecutter README (#986) --- .../init/templates/cookiecutter-aws-sam-hello-python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/local/init/templates/cookiecutter-aws-sam-hello-python/README.md b/samcli/local/init/templates/cookiecutter-aws-sam-hello-python/README.md index 5170effb56..d85255a94c 100644 --- a/samcli/local/init/templates/cookiecutter-aws-sam-hello-python/README.md +++ b/samcli/local/init/templates/cookiecutter-aws-sam-hello-python/README.md @@ -1,6 +1,6 @@ # Cookiecutter Python Hello-world for SAM based Serverless App -A cookiecutter template to create a NodeJS Hello world boilerplate using [Serverless Application Model (SAM)](https://github.com/awslabs/serverless-application-model). +A cookiecutter template to create a Python Hello world boilerplate using [Serverless Application Model (SAM)](https://github.com/awslabs/serverless-application-model). ## Requirements