From 3303fbc15eebf3183abf7ad755487e504a7f3527 Mon Sep 17 00:00:00 2001 From: ajehsert <77004665+ajehsert@users.noreply.github.com> Date: Sun, 10 Jul 2022 11:59:55 +0200 Subject: [PATCH] Fixing installation typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ```