Skip to content

Commit

Permalink
correct the command to install grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Vuigner committed Nov 22, 2013
1 parent a22ed50 commit 1c3567e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ If you are submitting a bug, please create a [jsfiddle](http://jsfiddle.net/) de
Contributing
============

To contribute, fork the library and install grunt.
To contribute, fork the library and install grunt and dependencies.

npm install grunt -g
npm install -g grunt-cli
npm install

You can add tests to the files in `/test/moment` or add a new test file if you are adding a new feature.

Expand Down

0 comments on commit 1c3567e

Please sign in to comment.