diff options
author | Nugine <nugine@foxmail.com> | 2020-05-13 18:13:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 12:13:06 +0200 |
commit | bc7817e1610faf0abe3c8629fc8163fdcb36b75f (patch) | |
tree | 62d488db81a87186e032368fbc087cb364a17452 | |
parent | e34a3b61f449cf6197b6d701770a85d9205c2a7b (diff) |
doc: fix typo in workers.md (#5256)
-rw-r--r-- | docs/runtime/workers.md | 2 |
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 |