diff --git a/index.js b/index.js
index 9000e10cdd7a37a229838f98bdbea9733b065780..8b144cd489f94e4b88f8cc645be6ec1affa5f466 100644
--- a/index.js
+++ b/index.js
@@ -33,7 +33,7 @@ app.post('/post', function(req, res){
 
       var body = {
         response_type: "in_channel",
-        text: "Temperature: " + first_url + \n + "Condition: " + weatherC
+        text: "Temperature: " + first_url + "\n" + "Condition: " + weatherC
       };
 
       res.send(body);