Skip to content

Commit 8e9765c

Browse files
committed
Merge pull request yeoman#1058 from cebor/patch-1
docs(docs): change grunt to grunt-cli
2 parents 16dcdfb + c5eb87e commit 8e9765c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ of the popular options, have a look at
1212

1313
For step-by-step instructions on using Yeoman and this generator to build a TODO AngularJS application from scratch see [this tutorial.](http://yeoman.io/codelab/)
1414

15-
Install `yo`, `grunt`, `bower`, `generator-angular` and `generator-karma`:
15+
Install `yo`, `grunt-cli`, `bower`, `generator-angular` and `generator-karma`:
1616
```
17-
npm install -g grunt bower yo generator-karma generator-angular
17+
npm install -g grunt-cli bower yo generator-karma generator-angular
1818
```
1919

2020
Make a new directory, and `cd` into it:

0 commit comments

Comments
 (0)