From 64b5a06663d6ac5ddf148692304d9e08614ab3c2 Mon Sep 17 00:00:00 2001 From: DetachHead <57028336+DetachHead@users.noreply.github.com> Date: Mon, 31 Oct 2022 10:21:15 +1000 Subject: [PATCH] update install command to use `--save-dev` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ad549b6..e4caa27d 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ npm install -g concurrently or if you are using it from npm scripts: ```bash -npm install concurrently --save +npm install concurrently --save-dev ``` ## Usage