From a11a4c7dc4571cd624ba94af6f6a152d72cdeb44 Mon Sep 17 00:00:00 2001 From: Aseem Kishore Date: Tue, 5 Jul 2011 14:51:43 -0700 Subject: [PATCH] Simplify readme. --- readme.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index 731ef98..94e2df5 100644 --- a/readme.md +++ b/readme.md @@ -53,18 +53,11 @@ As Borat would say, niiice! Example ------- -Run the included Express example to see this in action: +Run the included Express example: node example/app.js -Then open your browser to http://localhost:8080/ -- you should see: - -* A page with three sections. -* Three "Hello from ..." lines in the top section. - -And if you view source on the page, you should see three script references and -three stylesheet references. Most importantly, both sets should be in order of -'layout', 'page1' and 'page2'. +Then open your browser to http://localhost:8080/ to see it in action. License -------