Skip to content

Commit 589fad6

Browse files
committed
Fix readme to import from the sdk package
1 parent a6cd138 commit 589fad6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,15 @@ export default {
8585

8686
## SDK: Run agents in production
8787

88+
Install the [SDK package](https://www.npmjs.com/package/@codebuff/sdk) -- note this is different than the CLI codebuff package.
89+
```bash
90+
npm install @codebuff/sdk
91+
```
92+
93+
Import the client and run agents!
94+
8895
```typescript
89-
import { CodebuffClient } from 'codebuff'
96+
import { CodebuffClient } from '@codebuff/sdk'
9097

9198
// 1. Initialize the client
9299
const client = new CodebuffClient({

0 commit comments

Comments
 (0)