Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-stack committed Oct 10, 2022
2 parents 2972b0b + c51b9bf commit 238bec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $client = new OutscraperClient("SECRET_API_KEY");
Scrape Google Mpas results bu query "asian restaurants Berlin, Germany".

```php
$results = $client->google_maps_search(['asian restaurants Berlin, Germany'], 'en', 'DE');
$results = $client->google_maps_search_v2(['asian restaurants Berlin, Germany'], 'en', 'DE');

print_r($results);
```
Expand Down

0 comments on commit 238bec3

Please sign in to comment.