Skip to content

Commit 4e8ebca

Browse files
authored
Merge pull request #293 from Cube707/main
README: make install command a code block
2 parents 0caaa4f + 5801ab5 commit 4e8ebca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ uses static analysis more.
1111

1212
## Installation
1313

14-
`pip install reorder-python-imports`
14+
```bash
15+
pip install reorder-python-imports
16+
```
1517

1618

1719
## Console scripts

0 commit comments

Comments
 (0)