Skip to content

Commit 557ac3c

Browse files
Dave BarnowLee-W
authored andcommitted
fix(README.md): fix pre-commit install command
1 parent 351f5b7 commit 557ac3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ repos:
120120
After the configuration is added, you'll need to run:
121121
122122
```sh
123-
pre-commit install --hook-type commit-msg pre-push
123+
pre-commit install --hook-type commit-msg --hook-type pre-push
124124
```
125125

126126
If you aren't using both hooks, you needn't install both stages.

0 commit comments

Comments
 (0)