Minor UI change

This commit is contained in:
Jeremiah Billmann
2013-06-28 23:29:39 -04:00
parent dea39fce9f
commit 76857fd36f
+1 -1
View File
@@ -4,5 +4,5 @@
*/
exports.index = function(req, res){
res.render('index', { title: 'Express' });
res.render('index', { title: 'GarageServer.IO Demo' });
};