Skip to content

Commit a1b0539

Browse files
committed
fix: Improve Quick Start Section
1 parent f836ab8 commit a1b0539

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@
44
pnpm add browser-use-sdk
55
```
66

7-
## QuickStart
7+
## Two-Step QuickStart
8+
9+
1. ☝️ Get your API Key at [Browser Use Cloud](https://cloud.browser-use.com)...
10+
11+
1. ✌️ Automate the web!
812

913
```ts
1014
import BrowserUse from 'browser-use-sdk';
1115

12-
const client = new BrowserUse();
16+
const client = new BrowserUse({
17+
apiKey: 'bu_...',
18+
});
1319

1420
const result = await client.tasks.run({
1521
task: 'Search for the top 10 Hacker News posts and return the title and url.',

0 commit comments

Comments
 (0)