We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed1474e + 1d330eb commit 54b73a4Copy full SHA for 54b73a4
README.md
@@ -34,7 +34,7 @@ Instantiate the client and replace the API key with your personal credentials:
34
```php
35
// initiate client
36
$apiKey = 'replace_with_your_own_api_key';
37
-$client = new FHPostcodeAPIClient(new \GuzzleHttp\Client(), $apiKey);
+$client = new \FH\PostcodeAPI\Client(new \GuzzleHttp\Client(), $apiKey);
38
39
// call endpoints
40
$response = $client->getAddresses('5041EB', 21);
0 commit comments