From a00fa7056bb6493e3ca010afc4335f099dac0807 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 14 May 2019 15:23:56 -0400 Subject: [PATCH] Fix command in docs (#2353) --- cli/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/flags.rs b/cli/flags.rs index e1ae09ebbb..fa632513ad 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -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(