diff --git a/README.md b/README.md
index d4702fe2e..8259809cc 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# devtools
+# devtools
[![R-CMD-check](https://github.com/r-lib/devtools/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/devtools/actions/workflows/R-CMD-check.yaml)
@@ -23,7 +23,7 @@ pak::pak("r-lib/devtools")
## Cheatsheet
-
+
## Usage
@@ -87,7 +87,7 @@ look in the current working directory - this is a recommended practice.
R package development can be intimidating, however there are now a number of
valuable resources to help!
-
+
1. R Packages is a book that gives a comprehensive treatment of all common parts
of package development and uses devtools throughout.