From 68749c21545e84f5b658fc3f95a9f4b1b29b05ee Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 2 Apr 2020 15:11:47 +0200 Subject: [PATCH] Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9de66bef..0427e789 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Run the following commands to update modules correctly: ```sh echo "Removing all Node.js modules..." rm -rf package-lock.json node_modules -echo "Install only production-related modules..." +echo "Installing production-related modules..." npm install --production echo "Committing changes..." git add package-lock.json node_modules