Skip to content

Commit

Permalink
Update apps/web/src/app/(docs)/docs/filesystem/read-write/page.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Vasek Mlejnsky <[email protected]>
  • Loading branch information
0div and mlejva authored Dec 13, 2024
1 parent 0e2a684 commit b867fe4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import { Sandbox } from '@e2b/code-interpreter'
const sandbox = await Sandbox.create()

await sandbox.files.write([
{ path: "/path/to/a", data: "file content" },
{ path: '/path/to/a', data: 'file content' },
{ path: "/another/path/to/b", data: "file content" }
])
```
Expand Down

0 comments on commit b867fe4

Please sign in to comment.