From 985386228b608c1a4d05e4a597ce3f03c6a696a0 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Mon, 8 Apr 2019 09:30:45 +0900 Subject: refactor: update for flag change in the next version (denoland/deno_std#327) Original: https://github.com/denoland/deno_std/commit/b6c7291181348fa2b2ca2f415875c864ad05824d --- http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http') diff --git a/http/README.md b/http/README.md index f59685bb4..448692a68 100644 --- a/http/README.md +++ b/http/README.md @@ -24,5 +24,5 @@ A small program for serving local files over HTTP. Add the following to your `.bash_profile` ``` -alias file_server="deno https://deno.land/std/http/file_server.ts --allow-net" +alias file_server="deno --allow-net https://deno.land/std/http/file_server.ts" ``` -- cgit v1.2.3