From d85099b8dadfaf58c053835109e0d92c748e38d7 Mon Sep 17 00:00:00 2001 From: Pablo Aguiar Date: Sat, 2 Nov 2019 19:03:58 +0100 Subject: [PATCH] #N/A: Inform the correct path to `DEFAULT_RULES` (#993) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 386cb68..5a15822 100644 --- a/README.md +++ b/README.md @@ -389,7 +389,7 @@ requires_output = True Several *The Fuck* parameters can be changed in the file `$XDG_CONFIG_HOME/thefuck/settings.py` (`$XDG_CONFIG_HOME` defaults to `~/.config`): -* `rules` – list of enabled rules, by default `thefuck.conf.DEFAULT_RULES`; +* `rules` – list of enabled rules, by default `thefuck.const.DEFAULT_RULES`; * `exclude_rules` – list of disabled rules, by default `[]`; * `require_confirmation` – requires confirmation before running new command, by default `True`; * `wait_command` – max amount of time in seconds for getting previous command output;