Skip to content

Commit 813997d

Browse files
committed
ICL: Readme fixes.
1 parent 39a1072 commit 813997d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,14 +323,14 @@ If you're using [Guzzle](https://github.com/guzzle/guzzle), well, maybe you'll w
323323
There is a helper function `iclogger_guzzle_middleware`, which makes it very easy:
324324
325325
```php
326-
use GuzzleHttp\Client as GuzzleClient;
326+
use GuzzleHttp\Client;
327327
use GuzzleHttp\HandlerStack;
328328
329329
$handler = HandlerStack::create();
330330
$middleware = iclogger_guzzle_middleware($log);
331331
$handler->push($middleware);
332332
333-
$guzzle = new GuzzleClient([
333+
$client = new Client([
334334
'handler' => $handler,
335335
'base_uri' => 'http://example.com',
336336
]);

0 commit comments

Comments
 (0)