소스 검색

fix typo in readme

master
flavis 4 년 전
부모
커밋
ab0fa33172
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      README.md

+ 3
- 3
README.md 파일 보기

@@ -30,11 +30,11 @@ Then fetch all records, read them and write the parsed tibbles to csv files.
```r
fetch_all(create = TRUE)
read_all() %>% repair() -> res
write_to_csv(create = TRUE)
write_to_csv(res, create = TRUE)
```
Now you can build the vignettes faster by using
Now you can install the package with vignettes by using
```r
devtools::install(build_vignettes = T)
devtools::install(build_vignettes = TRUE)
```
This creates a `doc/` directory with all built vignettes.



불러오는 중...
취소
저장