From e3e2ed151b8b5e795944e76e14602733197cb2c2 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 20 Oct 2018 15:09:13 -0500 Subject: [PATCH] Small change on readme - Missing parenthesis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3904246f16..894eae80b3 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ module.exports = BbPromise.try(() => { loaders: [ ... ] } })); -}; +}); ``` ### serverless-webpack lib export helper