Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaël Demette committed Oct 8, 2015
1 parent e73abe4 commit 9fdf5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ $longitude = '151.2107662';
$googlePlaces->setLocation($latitude . ',' . $longitude);

$googlePlaces->setRadius(5000);
$results = $googlePlaces->Search();
$results = $googlePlaces->search(); //
```

A search query can be run again for a fresh set of results using the "paging" functionality that was recently added to the API.
Expand Down

0 comments on commit 9fdf5e7

Please sign in to comment.