aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index f18d382bd..bb6967ce0 100644
--- a/README.md
+++ b/README.md
@@ -66,16 +66,16 @@ sudo apt-get install npm
sudo apt-get install nodejs-legacy
```
-## Building
+### Building (gulp)
-```bash (gulp)
+```bash
npm run-script build
```
-### Testing
+### Testing (mocha)
-```bash (mocha)
+```bash
npm test
```