From bd115a5f52a26c9f6913a9a8899223d40e1a1a18 Mon Sep 17 00:00:00 2001 From: Tiago Silva Date: Thu, 6 Nov 2014 12:36:14 +0000 Subject: [PATCH] typo fix --- doc/structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/structure.md b/doc/structure.md index 11149d93..543587b1 100644 --- a/doc/structure.md +++ b/doc/structure.md @@ -27,7 +27,7 @@ The app could then be executed by running: python hello.py ``` -After running the app, if you point your browser to [http://localhost:8080/hello](http://localhost:8080/hello), +If you then point your browser to [http://localhost:8080/hello](http://localhost:8080/hello), you'll get ``Hello World`` as the response. ## Configuration file