Skip to content

Commit

Permalink
devtools to remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
wjschne committed Jul 17, 2024
1 parent 7b165e1 commit 7e572e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ The goal of apa7 is to facilitate writing documents in APA Style (7th Edition).
You can install the development version of apa7 from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("wjschne/apa7")
# install.packages("remotes")
remotes::install_github("wjschne/apa7")
```

## Install apaquarto extension
Expand Down

0 comments on commit 7e572e6

Please sign in to comment.