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.