Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SpatLyu committed Aug 21, 2024
1 parent b2cde2c commit b631b6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ install.packages('geosimilarity',
``` r
# install.packages("devtools")
devtools::install_github("ausgis/geosimilarity",
build_vignettes = T,
dep = T)
build_vignettes = TRUE,
dep = TRUE)
```
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ install.packages('geosimilarity',
``` r
# install.packages("devtools")
devtools::install_github("ausgis/geosimilarity",
build_vignettes = T,
dep = T)
build_vignettes = TRUE,
dep = TRUE)
```

0 comments on commit b631b6c

Please sign in to comment.