Skip to content

Commit

Permalink
docs: fix command examples use outdated default file_server port (den…
Browse files Browse the repository at this point in the history
  • Loading branch information
ipriver authored and caspervonb committed Jan 24, 2021
1 parent 88d46ef commit d8ed429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8ed429

Please sign in to comment.