Skip to content

Commit fbf0234

Browse files
Update README.md
1 parent 9a98770 commit fbf0234

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,14 @@ And then browsing to the host and port you specified
5959
require_once 'vendor/autoload.php';
6060

6161
$client = new DataRole\API\Client([
62-
'authorization' => '_API_TOKEN_',
63-
'version' => 'v1',
62+
'account' => '__ACCOUNT__',
63+
'secret' => '__SECRET__',
64+
'version' => 'v2',
6465
]);
6566

66-
$client->permit(['Region' => 'CA_Concord'])->preview();
67+
$client
68+
->lookupAddress('776+Buena+Vista+Ave+Alameda+CA+94501')
69+
->printPreview();
6770
```
6871

6972
## Frequently Asked Questions ##

0 commit comments

Comments
 (0)