Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-stack committed Dec 13, 2022
1 parent 238bec3 commit a2c0652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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_v2(['asian restaurants Berlin, Germany'], 'en', 'DE');
$results = $client->google_maps_search(['asian restaurants Berlin, Germany'], 'en', 'DE');

print_r($results);
```
Expand Down
2 changes: 1 addition & 1 deletion outscraper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @link https://github.com/outscraper/outscraper-php
*/
class OutscraperClient {
public $version = "2.0.0";
public $version = "2.0.1";
private $api_url = "https://api.app.outscraper.com";
private $api_headers;
private $max_ttl = 60 * 60;
Expand Down

0 comments on commit a2c0652

Please sign in to comment.