Skip to content

Commit 62eb127

Browse files
committed
Merge pull request phaserjs#1156 from darfux/dev
Remove space between 'grunt' and '-cli' in CONTRIBUTING.md#making-changes
2 parents 37ddbf8 + 7af05ca commit 62eb127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The dev branch of Phaser is our 'current working' version. It is always ahead of
3737

3838
To take advantage of our grunt build script and jshint config it will be easiest for you if you have node.js and grunt installed locally.
3939

40-
You can download node.js from [nodejs.org][3]. After it has been installed open a console and run `npm i -g grunt -cli` to install the global `grunt` executable.
40+
You can download node.js from [nodejs.org][3]. After it has been installed open a console and run `npm i -g grunt-cli` to install the global `grunt` executable.
4141

4242
After that you can clone the repository and run `npm i` inside the cloned folder. This will install dependencies necessary for building the project. Once that is ready,
4343
make your changes and submit a Pull Request:

0 commit comments

Comments
 (0)