diff --git a/http/README.md b/http/README.md index cd23ec41b7c3..c2c4c8ce6d43 100644 --- a/http/README.md +++ b/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