mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 21:50:00 -05:00
Fix command in docs (#2353)
This commit is contained in:
parent
160a815767
commit
a00fa7056b
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ would be made unless --reload is specified.
|
|||
# Downloads all dependencies
|
||||
deno fetch https://deno.land/std/http/file_server.ts
|
||||
# Once cached, static imports no longer send network requests
|
||||
deno https://deno.land/std/http/file_server.ts
|
||||
deno run -A https://deno.land/std/http/file_server.ts
|
||||
",
|
||||
).arg(Arg::with_name("file").takes_value(true).required(true)),
|
||||
).subcommand(
|
||||
|
|
Loading…
Add table
Reference in a new issue