Skip to content

Commit c606547

Browse files
committed
Typo
1 parent c4aee56 commit c606547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The goal of queue is to provide a simple on-disk queue data structure in R.
2121
You can install queue from github with:
2222

2323
```{r gh-installation, eval = FALSE}
24-
# install.packages("remots")
24+
# install.packages("remotes")
2525
remotes::install_github("rdpeng/queue")
2626
```
2727

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ R.
1313
You can install queue from github with:
1414

1515
``` r
16-
# install.packages("remots")
16+
# install.packages("remotes")
1717
remotes::install_github("rdpeng/queue")
1818
```
1919

0 commit comments

Comments
 (0)