From 12eab10028c8a31f920947f1249d43cb42e48784 Mon Sep 17 00:00:00 2001 From: Vladimir Iakovlev Date: Wed, 22 Apr 2015 23:08:10 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 975bf1df..ce667388 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ and `get_new_command(command: Command, settings: Settings) -> str`. `Command` has three attributes: `script`, `stdout` and `stderr`. -`Settings` is `~/.thefuck/settings.py`. +`Settings` is a special object filled with `~/.thefuck/settings.py` and values from env, [more](#settings). Simple example of the rule for running script with `sudo`: