reactphp / filesystem

Evented filesystem access.
MIT License
135 stars 40 forks source link

Fix file read example in Readme #17

Closed seregazhuk closed 6 years ago

seregazhuk commented 6 years ago

This PR provides a fix for reading the contents of a file example in Readme. There is no such method open($filename) in FilesystemInterface, so I assume that there should be a chain of file() and open() calls.