提交 86684799 编写于 作者: Z ztplz 提交者: Ryan Dahl

typo (#2366)

上级 ccdab617
...@@ -193,7 +193,7 @@ ability to spawn subprocesses. ...@@ -193,7 +193,7 @@ ability to spawn subprocesses.
# run program with permission to read from disk and listen to network # 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 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 deno run --allow-net --allow-read=$(pwd) https://deno.land/std/http/file_server.ts
# run program with all permissions # run program with all permissions
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册