From 12a7499750376045e358ce975b2eab4a6d6089a7 Mon Sep 17 00:00:00 2001 From: Alexander Santos Date: Fri, 18 Dec 2020 14:04:51 -0300 Subject: [PATCH] fix: typo in lamda -> lambda --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 309e6d8..d4a8f33 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ First, add Serverless Plugin to your project: `npm install serverless-offline-lambda --save-dev` -Then inside your project's `serverless.yml` file add following entry to the plugins section: `serverless-offline-lamda`. If there is no plugin section you will need to add it to the file. +Then inside your project's `serverless.yml` file add following entry to the plugins section: `serverless-offline-lambda`. If there is no plugin section you will need to add it to the file. It should look something like this: