We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e233982 commit 2c99d57Copy full SHA for 2c99d57
1 file changed
README.md
@@ -18,7 +18,7 @@ Dave 1995-01-01 3.1.1.1
18
Once [installed](#install), you can use the following code to read a TSV stream from `STDIN`:
19
20
```php
21
-$stdin = new React\Stream\ReadableResourceStream(STDIN, $loop);
+$stdin = new React\Stream\ReadableResourceStream(STDIN);
22
$stream = new Clue\React\Tsv\Decoder($stdin);
23
24
$stream->on('data', function ($data) {
0 commit comments