Skip to content

Commit fc9f942

Browse files
authored
Update README.md
1 parent 7424c21 commit fc9f942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ Install plugins
4848
Let's run the file and start converting images! Please ensure that your output folder ends with a slash to avoid errors.
4949

5050
```
51-
python3 nii2png.py -i <inputfile> -o <outputfolder>
51+
$ python3 nii2png.py -i <inputfile> -o <outputfolder>
5252
```
5353

5454
or
5555

5656
```
57-
python3 nii2png.py --input <inputfile> --ouput <outputfolder>
57+
$ python3 nii2png.py --input <inputfile> --ouput <outputfolder>
5858
```
5959

6060
Tip: You can drag and drop the file/folder into the terminal window instead of typing the path

0 commit comments

Comments
 (0)