diff --git a/README.Rmd b/README.Rmd
index 6ecf60ca..8d9f37c2 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -51,7 +51,7 @@ str_sub(x, 1, 2)
See a complete list on the cheatsheet:
-
+
Most string functions work with regular expressions, a concise language for describing patterns of text. For example, the regular expression `"[aeiou]"` matches any single character that is a vowel:
diff --git a/README.md b/README.md
index 6576e692..e7d774d1 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ str_sub(x, 1, 2)
See a complete list on the
cheatsheet:
-
+
Most string functions work with regular expressions, a concise language
for describing patterns of text. For example, the regular expression
diff --git a/man/figures/cheatsheet-thumb.png b/man/figures/cheatsheet-thumb.png
deleted file mode 100644
index 4318b356..00000000
Binary files a/man/figures/cheatsheet-thumb.png and /dev/null differ