From 44e104864fa93713e3fff84aa455f1aa1229da9f Mon Sep 17 00:00:00 2001 From: ehmicky Date: Sun, 8 Sep 2024 17:40:37 +0100 Subject: [PATCH] Update readme.md Co-authored-by: Sindre Sorhus --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2ed7bb6..61406d2 100644 --- a/readme.md +++ b/readme.md @@ -89,7 +89,7 @@ If `file` is `'node'`, the current Node.js version and [flags](https://nodejs.or ##### options.stdio, options.shell, options.timeout, options.signal, options.cwd, options.killSignal, options.serialization, options.detached, options.uid, options.gid, options.windowsVerbatimArguments, options.windowsHide, options.argv0 -All `child_process.spawn()` options can be passed to `nanoSpawn()`. Please see [the `node:child_process` documentation](https://nodejs.org/api/child_process.html#child_processspawncommand-args-options) for a description of each option. +All [`child_process.spawn()` options](https://nodejs.org/api/child_process.html#child_processspawncommand-args-options) can be passed to `nanoSpawn()`. ##### options.env