updated readme

This commit is contained in:
Marek Kotewicz 2015-01-11 17:23:03 +01:00
parent b915c7a870
commit ab745d3b0e

View File

@ -68,14 +68,14 @@ sudo apt-get install nodejs-legacy
## Building ## Building
```bash ```bash (gulp)
npm run-script build npm run-script build
``` ```
### Testing ### Testing
```bash ```bash (mocha)
npm test npm test
``` ```