From 1d232b0d95cb02c5fa96ff34d100d7acca750846 Mon Sep 17 00:00:00 2001 From: I|I| Date: Wed, 18 Feb 2026 15:52:44 -0800 Subject: [PATCH] Fix typo in installation command for R package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") ```