summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorBardia Rastin <a.rastin98@gmail.com>2019-05-28 02:26:10 +0430
committerRyan Dahl <ry@tinyclouds.org>2019-05-27 17:56:10 -0400
commit5b37b560fb047e1df6e6f68fcbaece922637a93c (patch)
tree67a4d0589410f390b4ca7a245a3d7d2e823ebe36 /http
parentad3de86604f6bae352e06ef9154e371f4d5d1860 (diff)
add "run" to file server alias (denoland/deno_std#460)
Original: https://github.com/denoland/deno_std/commit/4078e9b24da35764403b930da6b0dac6a950d324
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 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"
```