diff --git a/http/README.md b/http/README.md index 959afe5683..0f53dc76b5 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" ```