Skip to content

Commit

Permalink
Merge pull request #8 from bjungbogati/patch-1
Browse files Browse the repository at this point in the history
Changes in installation syntax
  • Loading branch information
jarvisc1 authored Aug 30, 2024
2 parents d777eb7 + bbf910c commit a2f0677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pacman::p_install_gh("appliedepi/epirhandbook")
Or
``` r
install.packages("remotes")
remotes::install_git("appliedepi/epirhandbook")
remotes::install_github("appliedepi/epirhandbook")
```

# Licence
Expand Down

0 comments on commit a2f0677

Please sign in to comment.