README: Fixed wording

This commit is contained in:
Caro Caserio
2017-12-02 11:46:23 -03:00
committed by Markus Staab
parent ec32afa2bd
commit d66c318f2a

View File

@@ -26,7 +26,7 @@ Thanks for contributing! Here's a few guidelines to help your contribution get l
## Build setup
1. Install [NodeJS](http://nodejs.org).
2. Install the Grunt CLI To install by running `npm install -g grunt-cli`. More details are available on their website http://gruntjs.com/getting-started.
2. Install the Grunt CLI by running `npm install -g grunt-cli`. More details are available on their website http://gruntjs.com/getting-started.
3. Install the NPM dependencies by running `npm install`.
4. The build can now be called by running `grunt`.