Skip to content

Commit cf96cd7

Browse files
committed
Update autoloading example for MultiCurl in readme
1 parent 8b31ee8 commit cf96cd7

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
@@ -124,6 +124,10 @@ curl_close($curl->curl);
124124
```
125125

126126
```php
127+
require __DIR__ . '/vendor/autoload.php';
128+
129+
use \Curl\MultiCurl;
130+
127131
// Requests in parallel with callback functions.
128132
$multi_curl = new MultiCurl();
129133

0 commit comments

Comments
 (0)