Skip to content

Commit

Permalink
Match port in example
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Oct 18, 2017
1 parent 42ec744 commit d1946fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ The Python standard library includes a web server that works great for serving u
$ python3 -m http.server 8080
Serving HTTP on 0.0.0.0 port 8080 ...

$ curl http://localhost:1234/index.html
$ curl http://localhost:8080/index.html
<!DOCTYPE html>
<html>
<head>
Expand Down

0 comments on commit d1946fb

Please sign in to comment.