Skip to content

Commit ad0054f

Browse files
authored
Merge pull request #21 from evil1morty/patch-1
Typo in README.md (Missing semicolon)
2 parents 8d5e790 + dde1650 commit ad0054f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Then you can start coding something like:
4747
$client = new GoogleSearch("your secret key");
4848
$query = ["q" => "coffee","location"=>"Austin,Texas"];
4949
$response = $client->get_json($query);
50-
print_r($response)
50+
print_r($response);
5151
```
5252

5353
This example runs a search about "coffee" using your secret api key.

0 commit comments

Comments
 (0)