Skip to content

Commit 44f1154

Browse files
authored
Update README.md
1 parent a035a63 commit 44f1154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you want to customize the Code Interprerter sandbox (e.g.: add a preinstalled
2424
**Python**
2525
```python
2626
from e2b_code_interpreter import CodeInterpreter
27-
sandbox = CodeInterpreter("your-custom-sandbox-name")
27+
sandbox = CodeInterpreter(template="your-custom-sandbox-name")
2828
execution = sandbox.notebook.exec_cell("print('hello')")
2929
sandbox.close()
3030

0 commit comments

Comments
 (0)