From 682e8d6d0e87aeeaef03bacff7f3f66fa26c8a72 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 8 Sep 2024 18:27:12 +0700 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c865617..e1477ca 100644 --- a/readme.md +++ b/readme.md @@ -252,7 +252,7 @@ If a signal terminated the subprocess, this property is defined and included in This package fixes several cross-platform issues with [`node:child_process`](https://nodejs.org/api/child_process.html). It brings full Windows support for: - Node modules binaries (without requiring the [`shell`](https://nodejs.org/api/child_process.html#default-windows-shell) option). This includes running `npm ...` or `yarn ...`. -- `.cmd`, `.bat` and other shell files. +- `.cmd`, `.bat`, and other shell files. - The [`PATHEXT`](https://wiki.tcl-lang.org/page/PATHEXT) environment variable. - Windows-specific [newlines](https://en.wikipedia.org/wiki/Newline#Representation).