#270 Add default priority in the readme

This commit is contained in:
nvbn
2015-07-20 20:01:45 +03:00
parent baf7796295
commit 36450b740f
+1 -1
View File
@@ -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),