Skip to content

Commit

Permalink
Fixes errors in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelasco committed Apr 10, 2020
1 parent 29c8412 commit 25b85e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@ pmu2bidsphysio --infile <pmufiles> --bidsprefix <Prefix>
After installing the module using `pip` (see [above](https://github.com/cbinyu/bidsphysio#installation "Installation") ), you can use it in your own Python program this way:
```
from bidsphysio import dcm2bidsphysio
bidsphysio.dcm2bids( dicom_file, prefix )
dcm2bidsphysio.dcm2bids( dicom_file, prefix )
```
or:
```
from bidsphysio import acq2bidsphysio
bidsphysio.acq2bids( [acq_files], prefix )
acq2bidsphysio.acq2bids( [acq_files], prefix )
```
or:
```
from bidsphysio import pmu2bidsphysio
bidsphysio.pmu2bids( [pmu_files], prefix )
pmu2bidsphysio.pmu2bids( [pmu_files], prefix )
```


0 comments on commit 25b85e3

Please sign in to comment.