Skip to content

Commit

Permalink
update install command to use --save-dev (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Nov 13, 2022
1 parent 5fbc61c commit 9aa13aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 9aa13aa

Please sign in to comment.