From b15095d1d507d815a2a1c678d634ac9d48f2df83 Mon Sep 17 00:00:00 2001 From: Erik-Jan van Kesteren Date: Wed, 17 Oct 2018 16:58:24 +0200 Subject: [PATCH] add little space in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d606ca..97abe03 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ library(firatheme) ggplot(airquality, aes(y = Ozone, x = 1:nrow(airquality))) + geom_line(colour = firaCols[2], size = 0.7) + geom_point(colour = firaCols[2], size = 1.7) + - geom_smooth(colour = firaCols[1], size = 0.7,se = FALSE) + + geom_smooth(colour = firaCols[1], size = 0.7, se = FALSE) + labs(title = "Ozone in New York", x = "Days") + theme_fira() ```