diff --git a/README.md b/README.md index cfd86e3..4cc8ab3 100644 --- a/README.md +++ b/README.md @@ -154,12 +154,10 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `composer_not_command` – fixes composer command name; * `cp_omitting_directory` – adds `-a` when you `cp` directory; * `cpp11` – add missing `-std=c++11` to `g++` or `clang++`; -* `dry` – fix repetitions like "git git push"; * `django_south_ghost` – adds `--delete-ghost-migrations` to failed because ghosts django south migration; * `django_south_merge` – adds `--merge` to inconsistent django south migration; +* `dry` – fix repetitions like "git git push"; * `fix_alt_space` – replaces Alt+Space with Space character; -* `javac` – appends missing `.java` when compiling Java files; -* `java` – removes `.java` extension when running Java programs; * `git_add` – fix *"Did you forget to 'git add'?"*; * `git_branch_list` – catches `git branch list` in place of `git branch` and removes created branch; * `git_checkout` – creates the branch before checking-out; @@ -171,6 +169,8 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `go_run` – appends `.go` extension when compiling/running Go programs * `grep_recursive` – adds `-r` when you trying to grep directory; * `has_exists_script` – prepends `./` when script/binary exists; +* `java` – removes `.java` extension when running Java programs; +* `javac` – appends missing `.java` when compiling Java files; * `lein_not_task` – fixes wrong `lein` tasks like `lein rpl`; * `ls_lah` – adds -lah to ls; * `man` – change manual section;