From e9ffe2ea9daf612d2b99f30c33fdfb5ac4c1735f Mon Sep 17 00:00:00 2001 From: mcarton Date: Wed, 12 Aug 2015 18:23:43 +0200 Subject: [PATCH] Fix confusing sentence in the README Ref: https://github.com/nvbn/thefuck/pull/283#issuecomment-120170664 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f974177..e67bff9d 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `systemctl` – correctly orders parameters of confusing `systemctl`; * `test.py` – runs `py.test` instead of `test.py`; * `tsuru_login` – runs `tsuru login` if not authenticated or session expired; -* `tsuru_not_command` – fixes wrong tsuru commands like `tsuru shell`; +* `tsuru_not_command` – fixes wrong `tsuru` commands like `tsuru shell`; * `tmux` – fixes `tmux` commands; * `whois` – fixes `whois` command. @@ -199,7 +199,7 @@ 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; -* `pacman` – installs app with `pacman` or `yaourt` if it is not installed. +* `pacman` – installs app with `pacman` if it is not installed (uses `yaourt` if available). Bundled, but not enabled by default: