Skip to content

Commit 5161c0f

Browse files
committed
Fix build command in README
1 parent 4a6361a commit 5161c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Contributing
1111
1. Install [Nodejs](http://nodejs.org/) and [npm](https://www.npmjs.org/)
1212
2. Install [grunt-cli](http://gruntjs.com/installing-grunt) and [bower](http://bower.io/) by running `npm install -g grunt-cli bower` (may need to be run with sudo)
1313
3. Install dependencies by running `npm install` and `bower install`
14-
4. Build and run tests by running `npm build`
14+
4. Build and run tests by running `grunt build`
1515

1616
#### Before opening a pull request
1717

0 commit comments

Comments
 (0)