From d661e4a87852eb129052f5230f49e2c4c6b33f89 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 11 Feb 2013 12:34:16 -0800 Subject: [PATCH] small change --- routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/index.js b/routes/index.js index 874756f..8286a63 100644 --- a/routes/index.js +++ b/routes/index.js @@ -4,5 +4,5 @@ */ exports.index = function(req, res){ - res.render('index', { title: 'DEPLOY AGAIN' }) + res.render('index', { title: 'Windows Azure Rocks!' }) }; \ No newline at end of file