Skip to content

Commit 4f30a95

Browse files
authored
Merge pull request #62 from dennisrall/patch-1
fix: use correct name of variable
2 parents 5c9d483 + ef48f6c commit 4f30a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ JavaScript / TypeScript
4747
```ts
4848
import { Sandbox } from '@e2b/code-interpreter'
4949

50-
const sandbox = await Sandbox.create()
50+
const sbx = await Sandbox.create()
5151
await sbx.runCode('x = 1')
5252

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

0 commit comments

Comments
 (0)