Skip to content

Commit 622c930

Browse files
committed
fix readme typo
1 parent 8ff88c0 commit 622c930

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
@@ -59,7 +59,7 @@ See Examples below to see how to use.
5959
list, with column `study_list` that contains the names of the
6060
studies and `df` that contains a list of the study data information.
6161
- `dataframe_from_id(study_id)` - loads a study with id from `study_id` into a dataframe
62-
- `downlaod_from_id(study_id, output_dir)` - downsloads a study with id from `study_id` into a folder `output_dir`.
62+
- `download_from_id(study_id, output_dir)` - downsloads a study with id from `study_id` into a folder `output_dir`.
6363
See the examples below for more information on how to use.
6464

6565
## Examples

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ See Examples below to see how to use.
5454
`df` that contains a list of the study data information.
5555
- `dataframe_from_id(study_id)` - loads a study with id from `study_id`
5656
into a dataframe
57-
- `downlaod_from_id(study_id, output_dir)` - downsloads a study with id
57+
- `download_from_id(study_id, output_dir)` - downsloads a study with id
5858
from `study_id` into a folder `output_dir`. See the examples below for
5959
more information on how to use.
6060

0 commit comments

Comments
 (0)