Commit 62106bd

Anton Medvedev <anton@medv.io>
2022-06-14 18:05:42
Update docs
1 parent b47a4a0
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