Skip to content

Commit 15c7317

Browse files
committed
Fix typo in readme
1 parent 1b8c5e5 commit 15c7317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add the following code to your `captainhook.json` configuration file:
2121

2222
```
2323
{
24-
"pre-commit": {
24+
"pre-push": {
2525
"enabled": true,
2626
"actions": [
2727
{
@@ -40,7 +40,7 @@ Add the following code to your `captainhook.json` configuration file:
4040
}
4141
```
4242

43-
[Captain Hook](https://github.com/CaptainHookPhp/captainhook) will not check
43+
[Captain Hook](https://github.com/CaptainHookPhp/captainhook) will now check
4444
on every push if one of the defined commit Ids is part of the push. If so, it
4545
will cancel the push.
4646

0 commit comments

Comments
 (0)