aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-12 00:23:03 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-12 00:23:03 +0800
commitab745d3b0eb89d67db1ed953020c665be3d072ed (patch)
tree823f5147c5504f835c2cb3eb456d1b16eff00f39
parentb915c7a87069e43b82c43535a0e3b0b8bc4761a1 (diff)
downloadgo-tangerine-ab745d3b0eb89d67db1ed953020c665be3d072ed.tar.gz
go-tangerine-ab745d3b0eb89d67db1ed953020c665be3d072ed.tar.zst
go-tangerine-ab745d3b0eb89d67db1ed953020c665be3d072ed.zip
updated readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index aff8b2c08..f18d382bd 100644
--- a/README.md
+++ b/README.md
@@ -68,14 +68,14 @@ sudo apt-get install nodejs-legacy
## Building
-```bash
+```bash (gulp)
npm run-script build
```
### Testing
-```bash
+```bash (mocha)
npm test
```