From d1946fb85fa77d1ae6ec5dec7545e10f7ce00545 Mon Sep 17 00:00:00 2001 From: Jace Browning Date: Wed, 18 Oct 2017 18:57:43 -0400 Subject: [PATCH] Match port in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a5be18..e6ee270 100644 --- a/README.md +++ b/README.md @@ -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