We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d5e790 + dde1650 commit ad0054fCopy full SHA for ad0054f
README.md
@@ -47,7 +47,7 @@ Then you can start coding something like:
47
$client = new GoogleSearch("your secret key");
48
$query = ["q" => "coffee","location"=>"Austin,Texas"];
49
$response = $client->get_json($query);
50
-print_r($response)
+print_r($response);
51
```
52
53
This example runs a search about "coffee" using your secret api key.
0 commit comments