diff --git a/README.md b/README.md index fbb28e42..3238f454 100644 --- a/README.md +++ b/README.md @@ -190,11 +190,11 @@ Enabled by default only on specific platforms: * `brew_install` – fixes formula name for `brew install`; * `brew_unknown_command` – fixes wrong brew commands, for example `brew docto/brew doctor`; * `brew_upgrade` – appends `--all` to `brew upgrade` as per Homebrew's new behaviour; -* `git_push_force` – adds `--force` to a `git push` (may conflict with `git_push_pull`); * `pacman` – installs app with `pacman` or `yaourt` if it is not installed. Bundled, but not enabled by default: +* `git_push_force` – adds `--force` to a `git push` (may conflict with `git_push_pull`); * `rm_root` – adds `--no-preserve-root` to `rm -rf /` command. ## Creating your own rules