1
0
Fork 0
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:
Ryan Dahl 2019-05-14 15:23:56 -04:00 committed by GitHub
parent 160a815767
commit a00fa7056b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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