We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c9d483 + ef48f6c commit 4f30a95Copy full SHA for 4f30a95
README.md
@@ -47,7 +47,7 @@ JavaScript / TypeScript
47
```ts
48
import { Sandbox } from '@e2b/code-interpreter'
49
50
-const sandbox = await Sandbox.create()
+const sbx = await Sandbox.create()
51
await sbx.runCode('x = 1')
52
53
const execution = await sbx.runCode('x+=1; x')
0 commit comments