1
0
Fork 0
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:
Nugine 2020-05-13 18:13:06 +08:00 committed by GitHub
parent e34a3b61f4
commit bc7817e161
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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