Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maidmaid authored Apr 26, 2017
1 parent be33d93 commit b80a41b
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 @@ -101,7 +101,7 @@ See [getRecords Method](https://www.zoho.com/crm/help/api/getrecords.html) in of
> To retrieve the records that match your search criteria.
```php
$records = $client->searchRecords($module = 'Contacts', $criteria = '(Last Name:Holmes)']);
$records = $client->searchRecords($module = 'Contacts', $criteria = '(Last Name:Holmes)');
```

See [searchRecords Method](https://www.zoho.com/crm/help/api/searchrecords.html) in official doc for more infos.
Expand Down

0 comments on commit b80a41b

Please sign in to comment.