Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Fix links, npm install command (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar authored Oct 3, 2024
1 parent 0aa2f6d commit 3d85156
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,14 @@
## Browserbase JS SDK

Browserbase is the best developer platform to reliably run, manage, and monitor headless browsers.

Get browsers' full control and leverage Browserbase's
[Infrastructure](https://docs.browserbase.com/under-the-hood), [Stealth Mode](https://docs.browserbase.com/features/stealth-mode), and
[Session Debugger](https://docs.browserbase.com/features/sessions) to power your automation, test suites,
and LLM data retrievals.
Leverage Browserbase to power your automation, test suites, and LLM data retrievals.

## Installation and setup

### 1. Install the SDK:

```bash
npm install -S @browserbasehq/sdk
npm install @browserbasehq/sdk
```

### 2. Get your Browserbase API Key and Project ID:
Expand Down Expand Up @@ -71,7 +67,7 @@ const result = await browserbase.screenshot('https://www.browserbase.com', {
Install the additional dependencies:

```
npm i ai openai zod
npm install ai openai zod
```

```js
Expand Down Expand Up @@ -106,6 +102,5 @@ const result = await generateText({

## Further reading

- [See how to leverage the Session Debugger for faster development](https://docs.browserbase.com/guides/browser-remote-control#accelerate-your-local-development-with-remote-debugging)
- [Learn more about Browserbase infrastructure](https://docs.browserbase.com/under-the-hood)
- [Sessions API Reference](https://docs.browserbase.com/api-reference/list-all-sessions)
- [See how to leverage the Session Live View for faster development](https://docs.browserbase.com/features/session-live-view)
- [Sessions API Reference](https://docs.browserbase.com/reference/api/create-a-session)

0 comments on commit 3d85156

Please sign in to comment.