From 1b203dedb4ff2d51a8e1a5634a8fc30862d47cc4 Mon Sep 17 00:00:00 2001 From: Gautam krishna R Date: Wed, 4 Dec 2019 13:50:34 +0530 Subject: [PATCH] npm update should be npm install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0b64aba..b9da137e 100644 --- a/README.md +++ b/README.md @@ -590,7 +590,7 @@ mvn -quiet exec:java -Dexec.mainClass=mal.stepX_YYY -Dexec.args="CMDLINE_ARGS" ``` cd js -npm update +npm install node stepX_YYY.js ```