Skip to content

Commit 684a0a7

Browse files
committed
Refine readme
1 parent 892e1c3 commit 684a0a7

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ import { getJson } from "https://deno.land/x/serpapi/mod.ts";
4444
## Features
4545

4646
- TypeScript types such as supported parameters and function argument types.
47-
- Works out-of-the-box with Node.js and Deno.
47+
- Works out-of-the-box with [Node.js](https://www.npmjs.com/package/serpapi) and
48+
[Deno](https://deno.land/x/serpapi).
4849
- Promises and async/await support.
50+
- Callbacks support.
4951
- (Planned) Pagination support.
5052
- (Planned) More examples.
5153
- (Planned) More error classes.
@@ -55,9 +57,10 @@ import { getJson } from "https://deno.land/x/serpapi/mod.ts";
5557
You can declare a global `api_key` and `timeout` value by modifying the `config`
5658
object. `timeout` is defined in milliseconds and defaults to 60 seconds.
5759

58-
All functions, other than `getLocations` that doesn't require an API key,
59-
accepts an optional `api_key` and `timeout` that will take precedence over the
60-
values defined in `config`.
60+
All functions, other than `getLocations`, accepts an optional `api_key` and
61+
`timeout` that will take precedence over the values defined in `config`.
62+
63+
`getLocations` doesn't require an API key.
6164

6265
```js
6366
import { config, getJson } from "serpapi";

0 commit comments

Comments
 (0)