diff options
author | Max Drosdo.www <g1ran1q@gmail.com> | 2020-10-22 18:17:38 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-22 17:17:38 +0200 |
commit | 17eaede6438ee62416468815621f19cc0567989c (patch) | |
tree | e98ebdf2dbbd8de1bbbee8ba6237a26569a4315f /std | |
parent | 0a2f0fe7f23a1b3ffa8dedf18694f2e5924a9880 (diff) |
docs: fix command examples use outdated default file_server port (#8062)
Diffstat (limited to 'std')
-rw-r--r-- | std/http/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |