summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--http/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/README.md b/http/README.md
index 959afe568..0f53dc76b 100644
--- a/http/README.md
+++ b/http/README.md
@@ -73,5 +73,5 @@ A small program for serving local files over HTTP.
Add the following to your `.bash_profile`
```
-alias file_server="deno --allow-net https://deno.land/std/http/file_server.ts"
+alias file_server="deno run --allow-net https://deno.land/std/http/file_server.ts"
```