Skip to content

Commit 140bb02

Browse files
delfertshadley
authored andcommitted
Change wrong package name in README (#1895)
1 parent 5317eaf commit 140bb02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ggplot2 is a system for declaratively creating graphics, based on [The Grammar o
2828
# The easiest way to get ggplot2 is to install the whole tidyverse:
2929
install.packages("tidyverse")
3030
31-
# Alternatively, install just readr:
31+
# Alternatively, install just ggplot2:
3232
install.packages("ggplot2")
3333
3434
# Or the the development version from GitHub:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717
# The easiest way to get ggplot2 is to install the whole tidyverse:
1818
install.packages("tidyverse")
1919

20-
# Alternatively, install just readr:
20+
# Alternatively, install just ggplot2:
2121
install.packages("ggplot2")
2222

2323
# Or the the development version from GitHub:

0 commit comments

Comments
 (0)