diff --git a/index.lua b/index.lua index 943676a..45cac1f 100644 --- a/index.lua +++ b/index.lua @@ -56,7 +56,7 @@ function format_int(number) end local deaths_yesterday = rows[1]["sum_deaths"] - rows[2]["sum_deaths"] -local description = format_int(rows[1]["sum_deaths"]) .. ' people died from Covid-19. ' .. format_int(deaths_yesterday) .. ' died within the last day. ' +local description = 'More than ' .. format_int(rows[1]["sum_deaths"]) .. ' people died from Covid-19. ' .. format_int(deaths_yesterday) .. ' deaths have been confirmed within the last day. ' Write('

' .. description .. ' Last update: ' .. rows[1]["last_update"] .. ' UTC (Source)

') Write('') diff --git a/redbean.com b/redbean.com index 9ce74a7..9e7a81b 100755 Binary files a/redbean.com and b/redbean.com differ