Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
  • Loading branch information
ehmicky and sindresorhus authored Sep 8, 2024
1 parent 36b5df5 commit 29e0055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ const result = await pExecFile('npm', ['run', 'build']);

### Execa

[Execa](https://github.com/sindresorhus/execa) is a similar package: it provides the same features, is also built on top of `node:child_process`, and is maintained by the [same people](#maintainers).
[Execa](https://github.com/sindresorhus/execa) is a similar package: it provides the same features, but more. It is also built on top of `node:child_process`, and is maintained by the [same people](#maintainers).

On one hand, it has a bigger size: [![Install size](https://packagephobia.com/badge?p=execa)](https://packagephobia.com/result?p=execa)

Expand Down

0 comments on commit 29e0055

Please sign in to comment.