Skip to content

Commit

Permalink
Add quotes to installation guide (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangcht authored Aug 10, 2024
1 parent 8da6c45 commit b876d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
```shell-session
python3 -m pip install relint
# or, if you have super advanced linting expressions
python3 -m pip install relint[regex]
python3 -m pip install "relint[regex]"
```

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

0 comments on commit b876d3e

Please sign in to comment.