Skip to content

Commit 257a77a

Browse files
committed
Update README
1 parent 99fc921 commit 257a77a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ npm install serpapi
2626

2727
```js
2828
const { getJson } = require("serpapi");
29-
getJson("google", {
29+
getJson({
30+
engine: "google",
3031
api_key: API_KEY, // Get your API_KEY from https://serpapi.com/manage-api-key
3132
q: "coffee",
3233
location: "Austin, Texas",

0 commit comments

Comments
 (0)