Skip to content

Commit b3f6d0e

Browse files
authored
DOC: Syntax hightlighting in README
1 parent d24dc0c commit b3f6d0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ Installation
1313

1414
To install the ITK Python package:
1515

16-
```
17-
$ pip install itk
16+
```sh
17+
pip install itk
1818
```
1919

2020
Usage
2121
-----
2222

2323
### Simple example script
2424

25-
```
25+
```python
2626
import itk
2727
import sys
2828

0 commit comments

Comments
 (0)