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 683f64e commit 06b51e4Copy full SHA for 06b51e4
README.md
@@ -50,7 +50,7 @@ Usage
50
-----
51
52
``` php
53
-$address = app('api.postcode')->getAddress('1012JS', 1);
+$address = app('api.postcode')->fetchAddress('1012JS', 1);
54
55
$address->getStreet(); // Dam
56
$address->getCity(); // Amsterdam
0 commit comments