From 6b6baa5fde2756195a7ef6460bb64ce69cc5d0cc Mon Sep 17 00:00:00 2001 From: whtsky Date: Tue, 24 Jul 2012 22:53:02 +0800 Subject: [PATCH] typo fix.thx @luztak. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93cf83c..dbf1be4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ vim settings.py You must rewrite `forum_title` and `forum_url`. -`cookie_secret` must to be a random string. +`cookie_secret` must be a random string. Then,run`python main.py` and goto http://localhost:8888/.The first member will be superadmin.