update readme example

This commit is contained in:
Robin Appelman 2014-07-24 01:45:04 +02:00
commit 37ebfdf0b1

View file

@ -21,8 +21,6 @@ use \Icewind\Streams\CallBackWrapper;
require('vendor/autoload.php');
stream_wrapper_register('callback', '\Icewind\Streams\CallbackWrapper');
// get an existing stream to wrap
$source = fopen('php://temp', 'r+');