From 5b37b560fb047e1df6e6f68fcbaece922637a93c Mon Sep 17 00:00:00 2001 From: Bardia Rastin Date: Tue, 28 May 2019 02:26:10 +0430 Subject: add "run" to file server alias (denoland/deno_std#460) Original: https://github.com/denoland/deno_std/commit/4078e9b24da35764403b930da6b0dac6a950d324 --- http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http') 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" ``` -- cgit v1.2.3