Skip to content

Commit 6403554

Browse files
committed
Update notte.mdx
Small edits
1 parent 7a33a70 commit 6403554

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

integrations/notte.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: "Notte"
88

99
If you already have a Notte implementation, you can easily switch to using Kernel's cloud browsers by connecting via CDP.
1010

11-
### 1. Install the required SDKs
11+
### 1. Install the Kernel SDK
1212

1313
```bash
1414
uv pip install kernel
@@ -32,7 +32,7 @@ kernel_browser = kernel_client.browsers.create(headless=False)
3232

3333
### 3. Connect Notte to Kernel's CDP endpoint
3434

35-
Use Kernel's CDP WebSocket URL to create a Notte session:
35+
Use Kernel's CDP URL to create a Notte session:
3636

3737
```python
3838
# Connect Notte to Kernel's browser via CDP
@@ -48,10 +48,9 @@ with notte_client.Session(cdp_url=kernel_browser.cdp_ws_url) as session:
4848

4949
### 4. Clean up the browser session
5050

51-
After your automation completes, tear down the Kernel browser:
51+
After your automation completes, clean up the Kernel browser:
5252

5353
```python
54-
# Clean up the browser session
5554
kernel_client.browsers.delete_by_id(kernel_browser.session_id)
5655
```
5756

0 commit comments

Comments
 (0)