diff --git a/README.md b/README.md index 1abc282..a66e8ce 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,10 @@ docker run --rm ghcr.io/kilnfi/cosmos-validator-watcher:latest \ cosmos-validator-watcher --help NAME: - covmos-validator-watcher - Cosmos Valdiator Watcher + cosmos-validator-watcher - Cosmos Validator Watcher USAGE: - covmos-validator-watcher [global options] command [command options] [arguments...] + cosmos-validator-watcher [global options] command [command options] [arguments...] COMMANDS: help, h Shows a list of commands or help for one command diff --git a/main.go b/main.go index 0fd9bef..e9cb134 100644 --- a/main.go +++ b/main.go @@ -12,8 +12,8 @@ var Version = "v0.0.0-dev" // generated at build time func main() { app := &cli.App{ - Name: "covmos-validator-watcher", - Usage: "Cosmos Valdiator Watcher", + Name: "cosmos-validator-watcher", + Usage: "Real-time Cosmos-based chains monitoring tool", Flags: app.Flags, Action: app.RunFunc, Version: Version,