diff --git a/README.md b/README.md index 48242fd..2d10084 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ To install the package from this repository, run the following code in an R console: ``` r -install.package("devtools") +install.packages("devtools") devtools::install_github("pdil/usmap") ```