From 4d0dc88ae9d4870976050c60a53f8fefcfca922c Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 12 Nov 2018 23:41:46 +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 161da6bb5..7b15c5716 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ ## Why - Promise interface. -- [Strips EOF](https://github.com/sindresorhus/strip-eof) from the output so you don't have to `stdout.trim()`. +- [Strips the final newline](#stripfinalnewline) from the output so you don't have to do `stdout.trim()`. - Supports [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) binaries cross-platform. - [Improved Windows support.](https://github.com/IndigoUnited/node-cross-spawn#why) - Higher max buffer. 10 MB instead of 200 KB.