Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nerijuszaniauskas committed Feb 13, 2024
1 parent 4554b53 commit e378abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ If data provided is invalid or creation fails, then
$response = $client->create_contact($contact)
```

Will return `CreateContactResponse`. Depending on your integration logic you may handle the error i.e
Will return `CreateContactResponse`. Depending on your integration logic you should handle the error i.e

```php
if ( $response->get_wp_error()->has_errors() ) {
Expand Down

0 comments on commit e378abd

Please sign in to comment.