diff --git a/README.Rmd b/README.Rmd index 6cdf966e..289a2995 100644 --- a/README.Rmd +++ b/README.Rmd @@ -102,8 +102,8 @@ Alternatively, if you need the development version from [GitHub](https://github.com/) install it with: ``` r -# install.packages("devtools") -devtools::install_dev("vroom") +# install.packages("pak") +pak::pak("tidyverse/vroom") ``` ## Usage diff --git a/README.md b/README.md index 0af0ab16..7ef602dc 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,8 @@ Alternatively, if you need the development version from [GitHub](https://github.com/) install it with: ``` r -# install.packages("devtools") -devtools::install_dev("vroom") +# install.packages("pak") +pak::pak("tidyverse/vroom") ``` ## Usage