Skip to content

Commit

Permalink
fix: replace weird example with plausible one
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Oct 23, 2020
1 parent 648471c commit ca5dcb8
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,10 @@ For example:

```JSON
{
"IntendedFor": ["ses-pre/func/sub-01_ses-pre_task-motor_run-1_bold.nii.gz",
"ses-post/func/sub-01_ses-post_task-motor_run-1_bold.nii.gz"]
"IntendedFor": [
"ses-pre/func/sub-01_ses-pre_task-motor_run-1_bold.nii.gz",
"ses-pre/func/sub-01_ses-pre_task-motor_run-2_bold.nii.gz"
]
}
```

Expand Down

0 comments on commit ca5dcb8

Please sign in to comment.