Of course I made a typo in the last commit...
diff --git a/README.md b/README.md
index 836fda3..f58c8de 100644
--- a/README.md
+++ b/README.md
@@ -47,13 +47,13 @@
 
 To cite `posterdown` in publications, use:
 
-`W. Brent Thorne (2019). posterdown: An R Package Built to Generate Reproducible Conference Posters for the Academic and Professional World Were Powerpoint and Pages Just Wont Cut It. R package version 0.1.2.`
+`W. Brent Thorne (2019). posterdown: An R Package Built to Generate Reproducible Conference Posters for the Academic and Professional World Where Powerpoint and Pages Just Won't Cut It. R package version 0.1.2.`
 
 A BibTeX entry for LaTeX users is:
 
 ```
   @Manual{posterdown,
-    title = {posterdown: An R Package Built to Generate Reproducible Conference Posters for the Academic and Professional World hWere Powerpoint and Pages Just Won't Cut It},
+    title = {posterdown: An R Package Built to Generate Reproducible Conference Posters for the Academic and Professional World Where Powerpoint and Pages Just Won't Cut It},
     author = {W. Brent Thorne},
     year = {2019},
     url = {https://github.com/brentthorne/posterdown},
diff --git a/inst/CITATION b/inst/CITATION
index f7e2d34..33bf557 100644
--- a/inst/CITATION
+++ b/inst/CITATION
@@ -4,7 +4,7 @@
  vers <- paste("R package version", meta$Version)
 
  citEntry(entry="Manual",
-		  title = "posterdown: An R Package Built to Generate Reproducible Conference Posters for the Academic and Professional World hWere Powerpoint and Pages Just Won't Cut It",
+		  title = "posterdown: An R Package Built to Generate Reproducible Conference Posters for the Academic and Professional World Where Powerpoint and Pages Just Won't Cut It",
 		  author = personList(as.person("W. Brent Thorne")),
 		  year = 2019,
 		  url = "https://github.com/brentthorne/posterdown",