From 89e8b92b28313e370bba4e40d054afdf6c861714 Mon Sep 17 00:00:00 2001 From: Igor Debastiani Date: Thu, 20 Aug 2020 10:21:57 -0300 Subject: [PATCH] Update README.md Pointing out that the serverless-offline on servelerless.yml must be at root level plugins section. https://github.com/dherault/serverless-offline/issues/454 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9c75bb72a..c0f47c90e 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ First, add Serverless Offline to your project: Then inside your project's `serverless.yml` file add following entry to the plugins section: `serverless-offline`. If there is no plugin section you will need to add it to the file. +**Note that the "plugin" section for serverless-offline must be at root level on serverless.yml.** + It should look something like this: ```YAML