Skip to content

Commit 54b73a4

Browse files
author
Joris van de Sande
committed
Merge pull request #6 from gnoesiboe/patch-1
Fixed error in example
2 parents ed1474e + 1d330eb commit 54b73a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Instantiate the client and replace the API key with your personal credentials:
3434
```php
3535
// initiate client
3636
$apiKey = 'replace_with_your_own_api_key';
37-
$client = new FHPostcodeAPIClient(new \GuzzleHttp\Client(), $apiKey);
37+
$client = new \FH\PostcodeAPI\Client(new \GuzzleHttp\Client(), $apiKey);
3838

3939
// call endpoints
4040
$response = $client->getAddresses('5041EB', 21);

0 commit comments

Comments
 (0)