diff --git a/README.Rmd b/README.Rmd index 0177eea..8615c4e 100644 --- a/README.Rmd +++ b/README.Rmd @@ -100,7 +100,7 @@ You can install from [GitHub](https://github.com/coolbutuseless/emphatic) with: ``` r # install.package('remotes') -remotes::install_github('coolbutuseless/emphatic') +remotes::install_github('coolbutuseless/emphatic', ref = 'main') ``` Warning diff --git a/README.md b/README.md index 4be00a3..b5ed302 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ You can install from ``` r # install.package('remotes') -remotes::install_github('coolbutuseless/emphatic') +remotes::install_github('coolbutuseless/emphatic', ref = 'main') ``` ## Warning