diff --git a/sandbox/expose_http.md b/sandbox/expose_http.md index e21c68847..fb71a8ae5 100644 --- a/sandbox/expose_http.md +++ b/sandbox/expose_http.md @@ -11,7 +11,7 @@ Pass a port when creating the sandbox: -```tsx title="main.ts" +```tsx import { Sandbox } from "@deno/sandbox"; await using sandbox = await Sandbox.create({ port: 8000 });