From afc089bc3c673d028eb6523888913b2534d038db Mon Sep 17 00:00:00 2001 From: mcarton Date: Mon, 20 Jul 2015 13:06:57 +0200 Subject: [PATCH] Be more consistent in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bc65acdf..2fea7ba3 100644 --- a/README.md +++ b/README.md @@ -138,12 +138,12 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `cd_parent` – changes `cd..` to `cd ..`; * `composer_not_command` – fixes composer command name; * `cp_omitting_directory` – adds `-a` when you `cp` directory; -* `cpp11` – add missing `-std=c++11` to `g++` or `clang++`; +* `cpp11` – adds missing `-std=c++11` to `g++` or `clang++`; * `django_south_ghost` – adds `--delete-ghost-migrations` to failed because ghosts django south migration; * `django_south_merge` – adds `--merge` to inconsistent django south migration; -* `dry` – fix repetitions like "git git push"; +* `dry` – fixes repetitions like "git git push"; * `fix_alt_space` – replaces Alt+Space with Space character; -* `git_add` – fix *"Did you forget to 'git add'?"*; +* `git_add` – fixes *"Did you forget to 'git add'?"*; * `git_branch_delete` – changes `git branch -d` to `git branch -D`; * `git_branch_list` – catches `git branch list` in place of `git branch` and removes created branch; * `git_checkout` – fixes branch name or creates new branch; @@ -162,7 +162,7 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `javac` – appends missing `.java` when compiling Java files; * `lein_not_task` – fixes wrong `lein` tasks like `lein rpl`; * `ls_lah` – adds -lah to ls; -* `man` – change manual section; +* `man` – changes manual section; * `man_no_space` – fixes man commands without spaces, for example `mandiff`; * `mercurial` – fixes wrong `hg` commands; * `mkdir_p` – adds `-p` when you trying to create directory without parent; @@ -243,7 +243,7 @@ The Fuck has a few settings parameters which can be changed in `~/.thefuck/setti * `wait_command` – max amount of time in seconds for getting previous command output; * `no_colors` – disable colored output; * `priority` – dict with rules priorities, rule with lower `priority` will be matched first; -* `debug` – enables debug output, by default `False`; +* `debug` – enables debug output, by default `False`. Example of `settings.py`: