Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcroll committed Sep 7, 2016
1 parent bf0f2b8 commit 6d536a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ $command = $client->getCommand('venues/search', [
'near' => 'Chicago, IL',
'query' => 'sushi'
]);
$results = (array) $client->execute($command); // returns an array of results
```

Expand Down

0 comments on commit 6d536a5

Please sign in to comment.