diff --git a/index.js b/index.js index c1c10eec917b71cd75a3f05375d4b6237eddf807..60516125c47e43536645f5d1cda2be5be77ba08a 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";