Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scherermichael committed Apr 2, 2020
1 parent 1dec32d commit 68749c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68749c2

Please sign in to comment.