From 9fdf5e71092d82f74ebfd68d5d7037110d616e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Demette?= Date: Thu, 8 Oct 2015 15:24:42 +0200 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e0d92d..27fdb1e 100644 --- a/README.md +++ b/README.md @@ -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.