diff --git a/README.md b/README.md index b3ae78d6..1f740862 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/bin/epilogue.txt b/bin/epilogue.txt index 1efa492c..88752dbc 100644 --- a/bin/epilogue.txt +++ b/bin/epilogue.txt @@ -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