Commit affbcec

Anton Medvedev <anton@medv.io>
2022-06-14 18:06:28
Update docs
1 parent 62106bd
Changed files (1)
README.md
@@ -140,7 +140,7 @@ class ProcessOutput {
 
 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.
+**zx** will use stdout and trim the new line.
 
 ```js
 let date = await $`date`