diff --git a/README.md b/README.md index eb8e92ce..070ee975 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ following rules are enabled by default: * `git_branch_delete` – changes `git branch -d` to `git branch -D`; * `git_branch_exists` – offers `git branch -d foo`, `git branch -D foo` or `git checkout foo` when creating a branch that already exists; * `git_branch_list` – catches `git branch list` in place of `git branch` and removes created branch; -* `git_branch_0v_to_dash_v` – undoes `git branch 0v` and runs `git branch -v` in its place; +* `git_branch_flag_0_to_flag_dash_v` – undoes `git branch 0v` and runs `git branch -v` in its place; * `git_checkout` – fixes branch name or creates new branch; * `git_commit_amend` – offers `git commit --amend` after previous commit; * `git_commit_reset` – offers `git reset HEAD~` after previous commit;