diff --git a/.gitignore b/.gitignore index 4fbb073..c8153b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/vendor/ /composer.lock +/vendor/ diff --git a/README.md b/README.md index ed70737..1add7ed 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,11 @@ It wraps a given `ReadableStreamInterface` and exposes its data through the same interface. ```php -$stdin = new ReadableResourceStream(STDIN, $loop); +