summaryrefslogtreecommitdiff
path: root/docs/runtime/workers.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/runtime/workers.md')
-rw-r--r--docs/runtime/workers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/workers.md b/docs/runtime/workers.md
index 16099a35b..3df712275 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