From 40b43370ebf4ec29633780421d766a010278a871 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Thu, 13 Aug 2015 01:20:45 -0700 Subject: [PATCH] update twitch page title thanks to @1hella for spotting this --- server/boot/randomAPIs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }); }