Skip to content

Commit b32a013

Browse files
authored
Update README.md
1 parent f15eccf commit b32a013

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ composer require espocrm/php-espo-api-client
88

99
Usage:
1010

11-
```
11+
```php
1212
use Espo\ApiClient\Client;
1313
use Espo\ApiClient\Header;
1414
use Espo\ApiClient\Exception\ResponseError;
@@ -26,9 +26,7 @@ try {
2626
'lastName' => $lastName,
2727
'emailAddress' => $emailAddress,
2828
],
29-
[
30-
new Header('X-Skip-Duplicate-Check', 'true')
31-
]
29+
[new Header('X-Skip-Duplicate-Check', 'true')]
3230
);
3331

3432
$parsedBody = $response->getParsedBody();

0 commit comments

Comments
 (0)