Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shochdoerfer committed Apr 20, 2019
1 parent 1b8c5e5 commit 15c7317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add the following code to your `captainhook.json` configuration file:

```
{
"pre-commit": {
"pre-push": {
"enabled": true,
"actions": [
{
Expand All @@ -40,7 +40,7 @@ Add the following code to your `captainhook.json` configuration file:
}
```

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

Expand Down

0 comments on commit 15c7317

Please sign in to comment.