Skip to content

Commit

Permalink
Update README link to github
Browse files Browse the repository at this point in the history
  • Loading branch information
keponk committed Oct 14, 2024
1 parent d46f273 commit 06b9303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06b9303

Please sign in to comment.