aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-15 21:30:34 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-15 21:30:34 +0800
commit6a4b4f34498160e615de7f16eadd014e472c275d (patch)
treef1d53a8712dbc56683cab4edd8fd0be828b7d314
parentd0473d6d83b96986073fca115154177166fa3dbb (diff)
downloadgo-tangerine-6a4b4f34498160e615de7f16eadd014e472c275d.tar.gz
go-tangerine-6a4b4f34498160e615de7f16eadd014e472c275d.tar.zst
go-tangerine-6a4b4f34498160e615de7f16eadd014e472c275d.zip
fixed readme
-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
```