aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4459c46f7..a7cd0df55 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -196,7 +196,7 @@ DEBUG=Ferdi:* npm run start
196- Optionally, you can run both commands in one terminal with [concurrently](https://www.npmjs.com/package/concurrently): 196- Optionally, you can run both commands in one terminal with [concurrently](https://www.npmjs.com/package/concurrently):
197 197
198```bash 198```bash
199DEBUG=Ferdi:* npm run start:all-dev 199DEBUG_COLORS=1 DEBUG=Ferdi:* npm run start:all-dev
200``` 200```
201 201
202Note: please prefer [`debug()`](https://github.com/visionmedia/debug) over `console.log()`. 202Note: please prefer [`debug()`](https://github.com/visionmedia/debug) over `console.log()`.