Commit 62106bd
Changed files (1)
README.md
@@ -138,8 +138,8 @@ class ProcessOutput {
}
```
-The output of the process is captured as is. Usually, programs print a new line
-`\n` at the end. If `ProcessOutput` used as an argument to some other `$` process,
+The output of the process is captured as is. Usually, programs print a new line `\n` at the end.
+If `ProcessOutput` is used as an argument to some other `$` process,
**zx** will use stdout and trim new line.
```js