From 340340292ab41dfc7193652c2d0fa5ee3d8145e4 Mon Sep 17 00:00:00 2001 From: Angelo Gladding Date: Sun, 24 Jan 2010 10:12:39 +0000 Subject: [PATCH] edit --- installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.md b/installation.md index 6b0858b5..d47e3ed2 100644 --- a/installation.md +++ b/installation.md @@ -72,7 +72,7 @@ To follow the bleeding edge clone the master branch.
git clone git://github.com/webpy/webpy.git
 
-

Verify

+

Verify Install

python -c "import web; web.application(('/', lambda: 'success')).run()"
 http://0.0.0.0:8080/