Skip to content

Commit

Permalink
docs: make sure to wrap wildcards in quotes!
Browse files Browse the repository at this point in the history
Closes #292
  • Loading branch information
gustavohenke committed Nov 18, 2021
1 parent 0da5d93 commit 59de6e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ Examples:
$ concurrently npm:watch-node npm:watch-js npm:watch-css
- Shortened NPM run command with wildcard
- Shortened NPM run command with wildcard (make sure to wrap it in quotes!)
$ concurrently npm:watch-*
$ concurrently "npm:watch-*"
For more details, visit https://github.com/open-cli-tools/concurrently
```
Expand Down
4 changes: 2 additions & 2 deletions bin/epilogue.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Examples:

$ $0 npm:watch-node npm:watch-js npm:watch-css

- Shortened NPM run command with wildcard
- Shortened NPM run command with wildcard (make sure to wrap it in quotes!)

$ $0 npm:watch-*
$ $0 "npm:watch-*"

For more details, visit https://github.com/open-cli-tools/concurrently

0 comments on commit 59de6e4

Please sign in to comment.