diff --git a/README.md b/README.md index 06d8f18b..5960434a 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `javac` – appends missing `.java` when compiling Java files; * `java` – removes `.java` extension when running Java programs; * `git_add` – fix *"Did you forget to 'git add'?"*; +* `git_branch_list` – catches `git branch list` in place of `git branch` and removes created branch; * `git_checkout` – creates the branch before checking-out; * `git_diff_staged` – adds `--staged` to previous `git diff` with unexpected output; * `git_no_command` – fixes wrong git commands like `git brnch`;