diff --git a/docs/runtime/workers.md b/docs/runtime/workers.md index 16099a35bc..3df712275e 100644 --- a/docs/runtime/workers.md +++ b/docs/runtime/workers.md @@ -42,7 +42,7 @@ $ deno run --allow-read main.ts hello world ``` -For workers using remote modules; `--allow-read` permission is required: +For workers using remote modules; `--allow-net` permission is required: ```ts // main.ts