Skip to content

Commit

Permalink
Merge branch 'main' of github.com:coolbutuseless/emphatic
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbutuseless committed Aug 30, 2023
2 parents f9f7627 + 9a693b5 commit 32488dc
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 @@ -107,7 +107,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 @@ -60,7 +60,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 32488dc

Please sign in to comment.