diff --git a/README.md b/README.md index ff615fd..c81df36 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,16 @@ npm install serverless-optimizer-plugin --save ``` "custom": { - "optimize": true + "optimize": { + "exclude": [ "aws-sdk" ] + } } ``` * Add the plugin to the `plugins` array in your Serverless Project's `s-project.json`, like this: ``` -plugins: [ +"plugins": [ "serverless-optimizer-plugin" ] ```