Change URL of grunt-task-helper in README
This commit is contained in:
parent
d406cc1c19
commit
4ea5b5b39d
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ cmd = readlineSync.prompt();
|
||||||
|
|
||||||
If you want to control the flow of task runner (e.g. [Grunt](http://gruntjs.com/)), call readlineSync in a task callback that is called by task runner. Then the flow of tasks is paused and it is controlled by user.
|
If you want to control the flow of task runner (e.g. [Grunt](http://gruntjs.com/)), call readlineSync in a task callback that is called by task runner. Then the flow of tasks is paused and it is controlled by user.
|
||||||
|
|
||||||
Example: by using [grunt-task-helper](https://www.npmjs.org/package/grunt-task-helper)
|
Example: by using [grunt-task-helper](https://github.com/anseki/grunt-task-helper)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ grunt
|
$ grunt
|
||||||
|
|
Loading…
Reference in a new issue