From 06b9303d960fe72c2cd643d17425750eb441837e Mon Sep 17 00:00:00 2001 From: Joel G Date: Mon, 14 Oct 2024 15:55:38 +0200 Subject: [PATCH] Update README link to github --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fde6212..0532db9 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ You can install the released version of magicaxis from install.packages("magicaxis") ``` -And the development version from [GitHub](https://github.com/) with: +And the development version from [GitHub](https://github.com/asgr/magicaxis) with: ``` r -# install.packages("devtools") -devtools::install_github("asgr/magicaxis") +# install.packages("remotes") +remotes::install_github("asgr/magicaxis") ``` ## Example