diff --git a/README.md b/README.md index 386cb683..5a158220 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;