Skip to content

Commit

Permalink
Readme: installation instruction should have ref = 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
awong234 committed Nov 14, 2020
1 parent 241e8a5 commit 258d7cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 258d7cd

Please sign in to comment.