From 0b5a7a8e2daaa1418445f69e4d4c1645b3b42c16 Mon Sep 17 00:00:00 2001 From: mcarton Date: Thu, 9 Jul 2015 18:35:33 +0200 Subject: [PATCH] Fix rule name in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9668a63d..d2f8084d 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `python_execute` – appends missing `.py` when executing Python files; * `quotation_marks` – fixes uneven usage of `'` and `"` when containing args' * `rm_dir` – adds `-rf` when you trying to remove directory; -* `sed` – adds missing '/' to `sed`'s `s` commands; +* `sed_unterminated_s` – adds missing '/' to `sed`'s `s` commands; * `sl_ls` – changes `sl` to `ls`; * `ssh_known_hosts` – removes host from `known_hosts` on warning; * `sudo` – prepends `sudo` to previous command if it failed because of permissions;