summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2019-04-08 09:30:45 +0900
committerRyan Dahl <ry@tinyclouds.org>2019-04-07 20:30:45 -0400
commit985386228b608c1a4d05e4a597ce3f03c6a696a0 (patch)
treebf3ef92950c4ede7b5b0f3345f51c404d93f9a53 /http
parent955a9bc13e0a418060bcf43c4c98438bb94a9c11 (diff)
refactor: update for flag change in the next version (denoland/deno_std#327)
Original: https://github.com/denoland/deno_std/commit/b6c7291181348fa2b2ca2f415875c864ad05824d
Diffstat (limited to 'http')
-rw-r--r--http/README.md2
1 files changed, 1 insertions, 1 deletions
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"
```