From acdb5f21bac62e043ddefee24c5eeea04ad18132 Mon Sep 17 00:00:00 2001 From: David G Ellis Date: Tue, 22 Sep 2020 10:26:33 -0500 Subject: [PATCH] FIX: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e446aa..5e45cdf 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ sort those files into a BIDS formatted directory. Take the below information tha | subject | session | modality | file | task | | ------- | ------- | -------- | ---- | -------- | | 003 | Visit1 | T1w | /path/to/t1.nii.gz | | -| 005 | Visit1 | T1w | /path/to/fmri.nii.gz | Finger Tapping | +| 005 | Visit1 | bold | /path/to/fmri.nii.gz | Finger Tapping | We can read this CSV file as a data set using BIDSManager and then write the data into BIDS format: ```