We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9d6c1 commit b60f0dbCopy full SHA for b60f0db
README.md
@@ -20,7 +20,7 @@ Usage
20
-----
21
``` php
22
$token = 'secret-token';
23
-$client = new ApiPostcode\Client($token);
+$client = new ApiPostcode\Client\PostcodeClient($token);
24
25
$address = $client->fetchAddress('1012JS', 1);
26
0 commit comments