Skip to content

Commit

Permalink
bugfix install: v1.5.9 not 1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tomthe authored Dec 9, 2024
1 parent 140dbc5 commit 25b23fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ install.packages("remotes")
Install rsocsim from Github:
````R
# The command is the same in {devtools} and {remotes}.
remotes::install_github("MPIDR/rsocsim@1.5.9")
remotes::install_github("MPIDR/rsocsim@v1.5.9")
````

## Use rsocsim
Expand Down

0 comments on commit 25b23fa

Please sign in to comment.