From bc7817e1610faf0abe3c8629fc8163fdcb36b75f Mon Sep 17 00:00:00 2001 From: Nugine Date: Wed, 13 May 2020 18:13:06 +0800 Subject: doc: fix typo in workers.md (#5256) --- docs/runtime/workers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/runtime') 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 -- cgit v1.2.3