diff --git a/README.md b/README.md index 6d584ed2..e822cc7f 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ sudo pip install thefuck --upgrade The Fuck tries to match rule for the previous command, create new command using matched rule and run it. Rules enabled by default: +* `brew_unknown_command` – fixes wrong brew commands, for example `brew docto/brew doctor`; * `cd_parent` – changes `cd..` to `cd ..`; * `cp_omitting_directory` – adds `-a` when you `cp` directory; * `git_no_command` – fixes wrong git commands like `git brnch`;