diff --git a/README.md b/README.md
index 15a175e0..5fc21811 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[REDCapR](https://github.com/OuhscBbmc/REDCapR)
+[REDCapR](https://github.com/OuhscBbmc/REDCapR)
=======
We’ve been using R with [REDCap](https://projectredcap.org/)'s API since 2012 and have developed [`REDCapR`](https://github.com/OuhscBbmc/REDCapR). Before encapsulating these functions in a package, we were replicating 50+ lines of code to contact REDCap and robustly transform the returned [csv](https://en.wikipedia.org/wiki/Comma-separated_values) into an R `data.frame`; it took twice that much to implement batching. All this can be done in one call to [`redcap_read()`](https://ouhscbbmc.github.io/REDCapR/reference/redcap_read.html):