Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 6, 2023
1 parent ae98c31 commit 9dafa45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -104,11 +104,11 @@ $({stdio: 'inherit'}).sync`echo ${unicorns} rainbows`;
#### Verbose mode

```sh
$ node file.js
> node file.js
unicorns
rainbows

$ NODE_DEBUG=execa node file.js
> NODE_DEBUG=execa node file.js
[16:50:03.305] echo unicorns
unicorns
[16:50:03.308] echo rainbows
Expand Down

0 comments on commit 9dafa45

Please sign in to comment.