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