From ba86e58a31f3d35ea0e6b3eeedb1b47467e58c5a Mon Sep 17 00:00:00 2001
From: Erick Hitter <services@ethitter.com>
Date: Fri, 13 Jan 2017 23:04:16 -0800
Subject: [PATCH] Getting better

---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index c1c10ee..6051612 100644
--- a/index.js
+++ b/index.js
@@ -97,7 +97,7 @@ app.post('/post', function(req, res){
       // Build forecast into a table
       var forecastData = JSON.parse( body );
 
-      var forecastBody = "#### Forecast as of " + forecastData.forecast.txt_forecast.date + "\n";
+      var forecastBody = "##### Forecast as of " + forecastData.forecast.txt_forecast.date + "\n";
       forecastBody += "| Day                 | Description                      | High   | Low    |\n";
       forecastBody += "|:--------------------|:---------------------------------|:-------|:-------|\n";
       forecastBody += "| Monday, Feb. 15     | Cloudy with a chance of flurries | 3 °C   | -12 °C |\n";
-- 
GitLab