diff --git a/README.md b/README.md index 153fd3c..a93c8b9 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ version of evaluator, you can install directly from GitHub with the following `devtools` command. ``` r -# install.pacakges("devtools") +# install.packages("devtools") devtools::install_github("davidski/evaluator", dependencies = TRUE) ```