summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
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"
```