README.md in codeowners-checker-1.0.0 vs README.md in codeowners-checker-1.0.1
- old
+ new
@@ -7,11 +7,10 @@
$ gem install codeowners-checker
## Usage
-
### Configure
$ codeowners-checker config owner <@owner>
It will configure `@owner` as the default owner in the config file.
@@ -111,9 +110,12 @@
and suggest a possible alternative. The user can choose to accept the suggestion, ignore, edit
or delete the pattern. If the user decides to delete the last pattern in a group,
the comments defining the group are deleted as well as the pattern.
![Useless pattern example](demos/useless_pattern.svg)
+
+You can also use [fzf](https://github.com/junegunn/fzf) to pick better results
+and interactively choose the right file.
Invalid patterns were fixed and the group `Security` was removed when deleting the only pattern
in the group:
```
# Backend