diff --git a/README.md b/README.md index 5ac8b83e..04ee312c 100644 --- a/README.md +++ b/README.md @@ -304,6 +304,7 @@ following rules are enabled by default: * `unknown_command` – fixes hadoop hdfs-style "unknown command", for example adds missing '-' to the command on `hdfs dfs ls`; * `unsudo` – removes `sudo` from previous command if a process refuses to run on super user privilege. * `vagrant_up` – starts up the vagrant instance; +* `version` – fixes wrong verion commands like `git -v` or `fuck -ver`; * `whois` – fixes `whois` command; * `workon_doesnt_exists` – fixes `virtualenvwrapper` env name os suggests to create new. * `yarn_alias` – fixes aliased `yarn` commands like `yarn ls`;