From a77808756e7d90824440dcc43525079b63d84bf2 Mon Sep 17 00:00:00 2001 From: Maria Valdez Cabrera <107205367+MariaAVC@users.noreply.github.com> Date: Tue, 14 Oct 2025 14:28:17 +0200 Subject: [PATCH] Corrected a little typo in README.md In the Installation section, it said to call `library(radEmu)`, but I believe it should say `library(fastEmu)` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba713c0..0d6ad5b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To download `fastEmu`, use the code below. ``` r # install.packages("devtools") devtools::install_github("statdivlab/fastEmu") -library(radEmu) +library(fastEmu) ``` ## Use