changeset 411:640c68441419

Fix command to start Flask
author Martin Geisler <martin@geisler.net>
date Fri, 29 Aug 2014 12:24:39 +0200
parents c838aca30aea
children 9681da59a95b
files README
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri Aug 29 12:22:12 2014 +0200
+++ b/README	Fri Aug 29 12:24:39 2014 +0200
@@ -18,6 +18,6 @@
 
 To have flask serve the page, use:
 
-    python run.py
+    python hgwebsite.py
 
 You can then visit [http://localhost:5000](http://localhost:5000) to view the site.