Skip to content

Commit

Permalink
FIX: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisdg authored Sep 22, 2020
1 parent a316b49 commit acdb5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit acdb5f2

Please sign in to comment.