Skip to content

Commit 420061e

Browse files
committed
fix installation code
1 parent be02562 commit 420061e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Edition).
2222
To install the published version from CRAN:
2323

2424
``` r
25-
install.packages("ggdiagram")
25+
install.packages("apa7")
2626
```
2727

2828
You can install the development version of apa7 with:

README.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To install the published version from CRAN:
3333

3434
```{r}
3535
#| eval: false
36-
install.packages("ggdiagram")
36+
install.packages("apa7")
3737
```
3838

3939

0 commit comments

Comments
 (0)