Skip to content

Commit 196cbc9

Browse files
committed
fix formatting in README.md for code blocks and correct typo in CI description
1 parent 803411e commit 196cbc9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ This repo contains implementation of various label fusion approaches that can be
1313
## Installation
1414

1515
### For Usage
16-
```powershell
16+
```sh
1717
conda create -n venv_labelFusion python=3.12 -y
1818
conda activate venv_labelFusion
1919
pip install LabelFusion
2020
```
2121

2222
### For Development
23-
```powershell
23+
```sh
2424
# fork to your own repo
2525
git clone ${yourFork_labelFusion_repo_link}
2626
cd LabelFusion
@@ -42,7 +42,7 @@ pip install -e .
4242

4343
### Command-Line interface
4444

45-
```powershell
45+
```sh
4646
# continue from previous shell
4747
python fusion_run -h
4848
-h, --help show this help message and exit
@@ -53,7 +53,7 @@ python fusion_run -h
5353
```
5454

5555
Example:
56-
```powershell
56+
```sh
5757
# continue from previous shell
5858
python fusion_run \
5959
-inputs /path/to/seg_algo_1.nii.gz,/path/to/seg_algo_2.nii.gz,/path/to/seg_algo_3.nii.gz \
@@ -83,7 +83,7 @@ sitk.WriteImage(fused_simple, '/path/to/output_simple.nii.gz')
8383

8484
## Testing
8585

86-
This repo has continuous integration enbabled via [Azure DevOps](https://dev.azure.com/FETS-AI/LabelFusion/_build?definitionId=2&_a=summary) for the following [operating systems](https://github.com/FETS-AI/LabelFusion/blob/a51b82ad9880d466ed1d42441dd46de37e931df4/azure-pipelines.yml#L9):
86+
This repo has continuous integration enabled via [Azure DevOps](https://dev.azure.com/FETS-AI/LabelFusion/_build?definitionId=2&_a=summary) for the following [operating systems](https://github.com/FETS-AI/LabelFusion/blob/a51b82ad9880d466ed1d42441dd46de37e931df4/azure-pipelines.yml#L9):
8787

8888
- Windows
8989
- Ubuntu

0 commit comments

Comments
 (0)