Skip to content

Commit b578ea4

Browse files
committed
Fix Readme
1 parent 27453d8 commit b578ea4

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
@@ -334,7 +334,7 @@ If you're using JSON, you might want to get auto decoding for your request param
334334
$logMiddleware = iclogger_guzzle_middleware($logger, 'json');
335335
```
336336

337-
You can disable logging of specific request params and/or response bodies, based on your custom logic:
337+
Also, you can disable logging of specific request params and/or response bodies, based on your custom logic:
338338

339339
```php
340340
use Psr\Http\Message\RequestInterface;

0 commit comments

Comments
 (0)