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.
1 parent 5e3ec1b commit 40f5e1bCopy full SHA for 40f5e1b
js/README.md
@@ -36,7 +36,7 @@ E2B_API_KEY=e2b_***
36
```ts
37
import { Sandbox } from '@e2b/code-interpreter'
38
39
-const sandbox = await Sandbox.create()
+const sbx = await Sandbox.create()
40
await sbx.runCode('x = 1')
41
42
const execution = await sbx.runCode('x+=1; x')
0 commit comments