From 5765f77c3a41fcd5b9be52346b40de30c9b4a571 Mon Sep 17 00:00:00 2001 From: Rahul Roy Date: Wed, 25 Mar 2020 14:12:46 +0530 Subject: [PATCH] Fix readme typo - Usage installation command --- 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`: