From c3bcdd7deedd8ed79ed14467e0f4a8650622deca Mon Sep 17 00:00:00 2001 From: Daniel Herzog Date: Thu, 29 Sep 2016 21:43:02 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdb0f132..14984fdc 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,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'; * `react_native_command_unrecognized` – fixes unrecognized `react-native` commands; +* `remove_trailing_cedilla` – remove trailling cedillas `ç`, a common typo for european keyboard layouts; * `rm_dir` – adds `-rf` when you trying to remove directory; * `sed_unterminated_s` – adds missing '/' to `sed`'s `s` commands; * `sl_ls` – changes `sl` to `ls`; @@ -231,7 +232,6 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `vagrant_up` – starts up the vagrant instance; * `whois` – fixes `whois` command; * `workon_doesnt_exists` – fixes `virtualenvwrapper` env name os suggests to create new. -* `remove_trailing_cedilla` – remove trailling cedillas `ç`, a common typo for european keyboard layouts; Enabled by default only on specific platforms: