From 4d06a15088e029b6f1ac717c64a7f6f33c77678c Mon Sep 17 00:00:00 2001
From: Daniel Gasienica
Date: Sat, 27 Jul 2013 17:23:09 -0700
Subject: [PATCH] Fix incorrect port of standard Python server
---
examples/ballmer-peak/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/ballmer-peak/index.html b/examples/ballmer-peak/index.html
index a22828dcd34..f648368f61a 100644
--- a/examples/ballmer-peak/index.html
+++ b/examples/ballmer-peak/index.html
@@ -14,7 +14,7 @@ Ballmer Peak calculator
python -m SimpleHTTPServer
- and going to http://localhost:8080/.
+ and going to http://localhost:8000/.
Example Details