update twitch page title thanks to @1hella for spotting this

This commit is contained in:
Quincy Larson
2015-08-13 01:20:45 -07:00
parent c50b9c5afa
commit 40b43370eb

View File

@ -231,7 +231,7 @@ module.exports = function(app) {
function twitch(req, res) {
res.render('resources/twitch', {
title: 'Enter Free Code Camp\'s Chat Rooms'
title: 'Watch us code on Twitch.tv and LiveCoding.tv'
});
}