Skip to content

Commit f869cc7

Browse files
committed
Update to reactphp/http v1.0.0
Via clue-access/reactphp-s3#5 (in @clue-access)
1 parent a13f7ad commit f869cc7

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
@@ -16,7 +16,7 @@ your S3 file storage:
1616

1717
```php
1818
$loop = React\EventLoop\Factory::create();
19-
$browser = new Clue\React\Buzz\Browser($loop);
19+
$browser = new React\Http\Browser($loop);
2020

2121
$s3 = new Clue\React\S3\Client($browser, $key, $secret, $bucket, $region, $endpoint);
2222

0 commit comments

Comments
 (0)