From dbf20ebc73dd43429f3ca525f6b31a3741d9682b Mon Sep 17 00:00:00 2001 From: Vladimir Iakovlev Date: Sun, 19 Jul 2015 22:41:10 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 258dbacf..950214e2 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,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` – enabled debug output, by default `False`; +* `debug` – enables debug output, by default `False`; Example of `settings.py`: