Update readme

This commit is contained in:
nvbn
2015-04-18 23:22:04 +02:00
parent 0f7677d36c
commit c2d315a6f6
+2 -1
View File
@@ -102,7 +102,8 @@ using matched rule and run it. Rules enabled by default:
* `git_no_command` – fixes wrong git commands like `git brnch`;
* `git_push` – adds `--set-upstream origin $branch` to previous failed `git push`;
* `no_command` – fixes wrong console commands, for example `vom/vim`;
* `sudo` – prepends `sudo` to previous command if it failed because of permissions.
* `sudo` – prepends `sudo` to previous command if it failed because of permissions;
* `lein_not_task` – fixes wrong `lein` tasks like `lein rpl`.
## Creating your own rules