From c2d315a6f6b06bbfa5b534b3f3e93a67df0a612c Mon Sep 17 00:00:00 2001 From: nvbn Date: Sat, 18 Apr 2015 23:22:04 +0200 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 656de2b2..870897d5 100644 --- a/README.md +++ b/README.md @@ -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