Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down