Skip to content

Commit 1c3567e

Browse files
author
Emmanuel Vuigner
committed
correct the command to install grunt
1 parent a22ed50 commit 1c3567e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ If you are submitting a bug, please create a [jsfiddle](http://jsfiddle.net/) de
1616
Contributing
1717
============
1818

19-
To contribute, fork the library and install grunt.
19+
To contribute, fork the library and install grunt and dependencies.
2020

21-
npm install grunt -g
21+
npm install -g grunt-cli
22+
npm install
2223

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

0 commit comments

Comments
 (0)