Skip to content

Commit 7af05ca

Browse files
committed
Remove space between 'grunt' and '-cli'
The command should be grunt-cli but not grunt -cli.
1 parent abdf548 commit 7af05ca

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)