Skip to content

Commit 40f5e1b

Browse files
authored
Fix broken example code in README (#130)
1 parent 5e3ec1b commit 40f5e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ E2B_API_KEY=e2b_***
3636
```ts
3737
import { Sandbox } from '@e2b/code-interpreter'
3838

39-
const sandbox = await Sandbox.create()
39+
const sbx = await Sandbox.create()
4040
await sbx.runCode('x = 1')
4141

4242
const execution = await sbx.runCode('x+=1; x')

0 commit comments

Comments
 (0)