Skip to content

Commit

Permalink
Merge pull request #318 from pre-commit/all-repos_autofix_pip-install…
Browse files Browse the repository at this point in the history
…-block

convert pip install comand to a block
  • Loading branch information
asottile authored Aug 5, 2022
2 parents 548a0cb + 205e055 commit a3bbab3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ tags identifying what the file is.

## Installation

`pip install identify`
```bash
pip install identify
```

## Usage
### With a file on disk
Expand Down

0 comments on commit a3bbab3

Please sign in to comment.