mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
doc: fix typo in workers.md (#5256)
This commit is contained in:
parent
e34a3b61f4
commit
bc7817e161
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue