diff --git a/server/boot/randomAPIs.js b/server/boot/randomAPIs.js index 13fd84e3c7..4b40c5dfc1 100644 --- a/server/boot/randomAPIs.js +++ b/server/boot/randomAPIs.js @@ -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' }); }