Skip to content

Commit 464b168

Browse files
Update README.md
1 parent 8dc56fc commit 464b168

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ composer require async-http/async-http
2323
## Example
2424

2525
```php
26+
<?php
27+
28+
require ("vendor/autoloader.php");
29+
2630
use Async\Http\AsyncHttpClient;
2731

2832
$client = new AsyncHttpClient();

0 commit comments

Comments
 (0)