Skip to content
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.

docs(README): fix revert syntax to match default regex and git #30

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Used to define what capturing group of `revertPattern` captures what reverted co
For example, if we have commit

```
revert throw an error if a callback is passed
Revert "throw an error if a callback is passed"

This reverts commit 9bb4d6c.
```
Expand Down