Skip to content

Commit 8916375

Browse files
authored
Small update to readme.
1 parent 9586978 commit 8916375

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ $client = (new \Kobas\Client($signer));
1919
/**
2020
* Usage
2121
*/
22-
$request = $client->get('customer/search', ['email' => 'example@example.com']);
22+
$response = $client->get('customer/search', ['email' => 'example@example.com']);
23+
echo json_encode($response, JSON_PRETTY_PRINT);
2324
```
2425

2526
## Client Functions

0 commit comments

Comments
 (0)