Skip to content

Commit 89e4d41

Browse files
committed
Simplifying example
1 parent 7422960 commit 89e4d41

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/heudiconv/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This example aims at showing provenance traces from a DICOM to Nifti conversion,
66

77
In order to describe provenance records using BIDS Prov, we use:
88

9-
* the `GeneratedBy` field of JSON sidecars, already existing in the BIDS specification;
9+
* the `GeneratedBy` field of JSON sidecar files, already existing in the BIDS specification;
1010
* modality agnostic files inside the `prov/` directory
1111

12-
After conversion, and adding provenance traces, the resulting directory tree looks like this:
12+
After conversion and adding provenance traces, the resulting directory tree looks like this:
1313

1414
```
1515
.
@@ -26,7 +26,6 @@ After conversion, and adding provenance traces, the resulting directory tree loo
2626
│ ├── prov-heudiconv_env.prov.json
2727
│ └── prov-heudiconv_soft.prov.json
2828
├── README
29-
├── README.md
3029
├── scans.json
3130
├── sourcedata/
3231
└── sub-001/

0 commit comments

Comments
 (0)