Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 20, 2019
1 parent 7ecf013 commit f3ec499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ and [`exec()`](#execfunction-options), `false` for
[`stream()`](#streamfunction-options).

Whether both the `command` and its output (`stdout`/`stderr`) should be printed
on the console.
on the console instead of being returned in JavaScript.
<br>[Full documentation](https://github.com/ehmicky/gulp-execa/blob/master/docs/API.md#verbose).

## result
Expand Down
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ and [`exec()`](#execfunction-options), `false` for
[`stream()`](#streamfunction-options).

Whether both the `command` and its output (`stdout`/`stderr`) should be printed
on the console.
on the console instead of being returned in JavaScript.

```bash
$ gulp audit
Expand Down

0 comments on commit f3ec499

Please sign in to comment.