From 36450b740f8d8b0ee8e372064df0a41bb7e15f75 Mon Sep 17 00:00:00 2001 From: nvbn Date: Mon, 20 Jul 2015 20:01:45 +0300 Subject: [PATCH] #270 Add default priority in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46df28b..fc695de 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ enabled_by_default = True def side_effect(command, settings): subprocess.call('chmod 777 .', shell=True) -priority = 1000 # Lower first +priority = 1000 # Lower first, default is 1000 ``` [More examples of rules](https://github.com/nvbn/thefuck/tree/master/thefuck/rules),