Skip to content

Commit ea55d7e

Browse files
committed
remove locally scoped open since that is not available in ReScript syntax
1 parent 3f18ceb commit ea55d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Help all ReScript Node.js apps and libraries to be built faster by reducing the
4949
open NodeJs
5050
5151
Fs.createReadStream("/path")
52-
->Stream.pipe(Process.(stdout(process)))
52+
->Stream.pipe(Process.stdout(Process.process))
5353
->Stream.onError(_ => Js.log("handleError"))
5454
```
5555

0 commit comments

Comments
 (0)