diff --git a/README.md b/README.md index 57ca6234..80fc7671 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ following rules are enabled by default: * `fab_command_not_found` – fix misspelled fabric commands; * `fix_alt_space` – replaces Alt+Space with Space character; * `fix_file` – opens a file with an error in your `$EDITOR`; +* `gcloud_cli` – fixes misspelled commands like `gcloud comute instance list`; * `gem_unknown_command` – fixes wrong `gem` commands; * `git_add` – fixes *"pathspec 'foo' did not match any file(s) known to git."*; * `git_add_force` – adds `--force` to `git add ...` when paths are .gitignore'd;