From 76857fd36fd132b468fc95cf8880e85cf1eb3b01 Mon Sep 17 00:00:00 2001 From: Jeremiah Billmann Date: Fri, 28 Jun 2013 23:29:39 -0400 Subject: [PATCH] Minor UI change --- example/routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/routes/index.js b/example/routes/index.js index f296005..701d144 100644 --- a/example/routes/index.js +++ b/example/routes/index.js @@ -4,5 +4,5 @@ */ exports.index = function(req, res){ - res.render('index', { title: 'Express' }); + res.render('index', { title: 'GarageServer.IO Demo' }); }; \ No newline at end of file