Skip to content

Commit

Permalink
Merge pull request #4 from awong234/main
Browse files Browse the repository at this point in the history
Readme: installation instruction should have ref = 'main'
  • Loading branch information
coolbutuseless authored Nov 15, 2020
2 parents 241e8a5 + 258d7cd commit 9a693b5
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 9a693b5

Please sign in to comment.