Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 19, 2019
1 parent 608124a commit 3d064d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

Command execution in Gulp.js.

As opposed to
[`child_process.exec()`](https://nodejs.org/api/child_process.html#child_process_child_process_exec_command_options_callback)
or to other plugins, `gulp-execa` uses the popular
[`execa`](https://github.com/sindresorhus/execa) library:
As opposed to other plugins or
[`child_process.exec()`](https://nodejs.org/api/child_process.html#child_process_child_process_exec_command_options_callback),
`gulp-execa` uses the popular [`execa`](https://github.com/sindresorhus/execa)
library:

- [Better Windows support](https://github.com/IndigoUnited/node-cross-spawn#why),
including [shebangs](<https://en.wikipedia.org/wiki/Shebang_(Unix)>).
Expand Down

0 comments on commit 3d064d4

Please sign in to comment.