From 258d7cd6227d22a4ec5018cb37ed248c0f3c05ad Mon Sep 17 00:00:00 2001 From: Alec Wong Date: Fri, 13 Nov 2020 20:52:59 -0500 Subject: [PATCH] Readme: installation instruction should have ref = 'main' --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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