Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Feb 11, 2013
1 parent adf9ad9 commit d661e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/index.js
Expand Up @@ -4,5 +4,5 @@
*/

exports.index = function(req, res){
res.render('index', { title: 'DEPLOY AGAIN' })
res.render('index', { title: 'Windows Azure Rocks!' })
};

0 comments on commit d661e4a

Please sign in to comment.