From 0f192659aa5fe1aa9ef855ca9e64b8706971ef7a Mon Sep 17 00:00:00 2001 From: Jan Stastny Date: Tue, 1 Aug 2017 08:18:32 +0200 Subject: [PATCH] Fix typo in README `instal` -> `install` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 796a15e..d1c2153 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add the npm package to your project: $ yarn add @jimdo/serverless-dotenv # Via npm -$ npm instal @jimdo/serverless-dotenv --save +$ npm install @jimdo/serverless-dotenv --save ``` Add the plugin to your `serverless.yml`: