Skip to content

Commit 7610f9f

Browse files
committed
deno fmt README.md
1 parent 193c27b commit 7610f9f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ more.
1818
### Node.js
1919

2020
- Supports Node.js 7.10.1 and newer.
21-
- Refer to [this example](https://github.com/serpapi/serpapi-javascript/tree/master/examples/node/js_node_7_up) for help.
21+
- Refer to
22+
[this example](https://github.com/serpapi/serpapi-javascript/tree/master/examples/node/js_node_7_up)
23+
for help.
2224

2325
```bash
2426
npm install serpapi
@@ -40,7 +42,9 @@ getJson({
4042

4143
- If you prefer using the `import` syntax and top-level `await`, you need to use
4244
at least Node.js 14.8.0.
43-
- Refer to [this example](https://github.com/serpapi/serpapi-javascript/tree/master/examples/node/js_node_14_up) for help.
45+
- Refer to
46+
[this example](https://github.com/serpapi/serpapi-javascript/tree/master/examples/node/js_node_14_up)
47+
for help.
4448

4549
You will need to add `"type": "module"` to your `package.json`:
4650

@@ -66,7 +70,9 @@ console.log(response);
6670

6771
- Import directly from deno.land.
6872
- Usage is otherwise the same as above.
69-
- Refer to [this example](https://github.com/serpapi/serpapi-javascript/tree/master/examples/deno) for help.
73+
- Refer to
74+
[this example](https://github.com/serpapi/serpapi-javascript/tree/master/examples/deno)
75+
for help.
7076

7177
```ts
7278
import { getJson } from "https://deno.land/x/serpapi/mod.ts";

0 commit comments

Comments
 (0)