Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clemasso authored Jun 14, 2024
1 parent 6db8481 commit ef656d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ To get the current stable version (from the latest release):
``` r
# install.packages("remotes")
remotes::install_github("rjdverse/rjd3toolkit@*release")
remotes::install_github("rjdverse/rjd3nowcasting@*release")
remotes::install_github("rjdverse/rjd3nowcasting@*release", build_vignettes = TRUE))
```

To get the current development version from GitHub:

``` r
# install.packages("remotes")
remotes::install_github("rjdverse/rjd3nowcasting")
remotes::install_github("rjdverse/rjd3nowcasting", build_vignettes = TRUE))
```

## Usage
Expand Down

0 comments on commit ef656d3

Please sign in to comment.