Skip to content

Commit b876d3e

Browse files
authored
Add quotes to installation guide (#90)
1 parent 8da6c45 commit b876d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
```shell-session
1616
python3 -m pip install relint
1717
# or, if you have super advanced linting expressions
18-
python3 -m pip install relint[regex]
18+
python3 -m pip install "relint[regex]"
1919
```
2020

2121
## [Examples & Recipes – The reLint Cookbook](https://github.com/codingjoe/relint/blob/main/COOKBOOK.md)

0 commit comments

Comments
 (0)