Skip to content

Commit

Permalink
add little space in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vankesteren authored Oct 17, 2018
1 parent 7f570d2 commit b15095d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
```
Expand Down

0 comments on commit b15095d

Please sign in to comment.