mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
typo (#2366)
This commit is contained in:
parent
ccdab61708
commit
86684799c4
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ ability to spawn subprocesses.
|
|||
# run program with permission to read from disk and listen to network
|
||||
deno run --allow-net --allow-read https://deno.land/std/http/file_server.ts
|
||||
|
||||
# run program with permission to read whitelist files from disk and listen to nework
|
||||
# run program with permission to read whitelist files from disk and listen to network
|
||||
deno run --allow-net --allow-read=$(pwd) https://deno.land/std/http/file_server.ts
|
||||
|
||||
# run program with all permissions
|
||||
|
|
Loading…
Reference in a new issue