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.
1 parent dcf2c90 commit 23bcb79Copy full SHA for 23bcb79
README.md
@@ -27,12 +27,12 @@ export const web = new DataBeyond({
27
### Usage
28
29
```ts
30
-const dataWebSearch = await websearch.search("What is the best way to learn programming?");
+const dataWebSearch = await web.search("What is the best way to learn programming?");
31
32
const url = dataWebSearch.url ?? "No url found";
33
const content = dataWebSearch.content;
34
```
35
36
### How it works ?
37
38
-
+
0 commit comments