Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaconet committed Jun 19, 2024
1 parent 602ceb6 commit 4a52a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ install.packages("modisfast")
The package can be installed with:

``` r
if(!require(devtools)){install.package("devtools")}
if(!require(devtools)){install.packages("devtools")}
devtools::install_github("ptaconet/modisfast")
library(modisfast)
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ install.packages("modisfast")
The package can be installed with:

``` r
if(!require(devtools)){install.package("devtools")}
if(!require(devtools)){install.packages("devtools")}
devtools::install_github("ptaconet/modisfast")
library(modisfast)
```
Expand Down

0 comments on commit 4a52a7e

Please sign in to comment.