diff --git a/README.Rmd b/README.Rmd
index 6dac1dd8..a42bda15 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -11,7 +11,7 @@ knitr::opts_chunk$set(
)
```
-# Subnational data for the COVID-19 outbreak
+# Subnational data for the COVID-19 outbreak
[![R-CMD-check](https://github.com/epiforecasts/covidregionaldata/workflows/R-CMD-check/badge.svg)](https://github.com/epiforecasts/covidregionaldata/actions) [![Codecov test coverage](https://codecov.io/gh/epiforecasts/covidregionaldata/branch/master/graph/badge.svg)](https://codecov.io/gh/epiforecasts/covidregionaldata?branch=master) [![Data status](https://img.shields.io/badge/Data-status-lightblue.svg?style=flat)](https://epiforecasts.io/covidregionaldata/articles/supported-countries.html) [![metacran downloads](http://cranlogs.r-pkg.org/badges/grand-total/covidregionaldata?color=ff69b4)](https://cran.r-project.org/package=covidregionaldata)
diff --git a/README.md b/README.md
index b452cac6..537bfece 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# Subnational data for the COVID-19 outbreak
+# Subnational data for the COVID-19 outbreak
[![R-CMD-check](https://github.com/epiforecasts/covidregionaldata/workflows/R-CMD-check/badge.svg)](https://github.com/epiforecasts/covidregionaldata/actions)
[![Codecov test
@@ -118,18 +118,18 @@ nots <- get_national_data()
#> Processing data
nots
#> # A tibble: 142,911 × 15
-#> date un_region who_region country iso_code cases_new cases_total
-#>
-#> 1 2020-01-03 Asia EMRO Afghanistan AF 0 0
-#> 2 2020-01-03 Europe EURO Albania AL 0 0
-#> 3 2020-01-03 Africa AFRO Algeria DZ 0 0
-#> 4 2020-01-03 Oceania WPRO American Samoa AS 0 0
-#> 5 2020-01-03 Europe EURO Andorra AD 0 0
-#> 6 2020-01-03 Africa AFRO Angola AO 0 0
-#> 7 2020-01-03 Americas AMRO Anguilla AI 0 0
+#> date un_region who_region country iso_code cases_new cases_total
+#>
+#> 1 2020-01-03 Asia EMRO Afghanistan AF 0 0
+#> 2 2020-01-03 Europe EURO Albania AL 0 0
+#> 3 2020-01-03 Africa AFRO Algeria DZ 0 0
+#> 4 2020-01-03 Oceania WPRO American Samoa AS 0 0
+#> 5 2020-01-03 Europe EURO Andorra AD 0 0
+#> 6 2020-01-03 Africa AFRO Angola AO 0 0
+#> 7 2020-01-03 Americas AMRO Anguilla AI 0 0
#> 8 2020-01-03 Americas AMRO Antigua & Barbuda AG 0 0
-#> 9 2020-01-03 Americas AMRO Argentina AR 0 0
-#> 10 2020-01-03 Asia EURO Armenia AM 0 0
+#> 9 2020-01-03 Americas AMRO Argentina AR 0 0
+#> 10 2020-01-03 Asia EURO Armenia AM 0 0
#> # … with 142,901 more rows, and 8 more variables: deaths_new ,
#> # deaths_total , recovered_new , recovered_total ,
#> # hosp_new , hosp_total , tested_new , tested_total