From 17eaede6438ee62416468815621f19cc0567989c Mon Sep 17 00:00:00 2001 From: "Max Drosdo.www" Date: Thu, 22 Oct 2020 18:17:38 +0300 Subject: docs: fix command examples use outdated default file_server port (#8062) --- std/http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std') diff --git a/std/http/README.md b/std/http/README.md index cd23ec41b..c2c4c8ce6 100644 --- a/std/http/README.md +++ b/std/http/README.md @@ -15,7 +15,7 @@ A small program for serving local files over HTTP. ```sh deno run --allow-net --allow-read https://deno.land/std/http/file_server.ts -> HTTP server listening on http://0.0.0.0:4500/ +> HTTP server listening on http://0.0.0.0:4507/ ``` ## Cookie -- cgit v1.2.3