Skip to content

Commit fb4621a

Browse files
authored
Updating the example
1 parent 9fa2c86 commit fb4621a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $client = (new \Kobas\Client($signer));
1919
/**
2020
* Usage
2121
*/
22-
$venues = $client->get('data/venue');
22+
$request = $client->get('customer/search', ['email' => 'example@example.com']);
2323
```
2424

2525
## Client Functions
@@ -43,4 +43,4 @@ Allows over-riding the base URL (only really needed for development)
4343
Allows over-riding of the API version. Might be useful in future?
4444

4545
## disableSSLVerification()
46-
Disables SSL Verify Peer. Needed for development, should never be used in production
46+
Disables SSL Verify Peer. Needed for development, should never be used in production

0 commit comments

Comments
 (0)