diff --git a/client/v2/README.md b/client/v2/README.md index 3e94e2c462..895f0a1c5c 100644 --- a/client/v2/README.md +++ b/client/v2/README.md @@ -197,7 +197,7 @@ In order to enable this behavior, set in `AutoCLIOptions()` the `EnhanceCustomCo https://github.com/cosmos/cosmos-sdk/blob/fa4d87ef7e6d87aaccc94c337ffd2fe90fcb7a9d/x/gov/autocli.go#L98 ``` -If not set to true, `AutoCLI` will not generate commands for the module if there are already commands registered for the module (when `GetTxCmd()` or `GetTxCmd()` are defined). +If not set to true, `AutoCLI` will not generate commands for the module if there are already commands registered for the module (when `GetTxCmd()` or `GetQueryCmd()` are defined). ### Use AutoCLI for non module commands