From ada57036dfbf681a95e08f804563240ff9aad85b Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Thu, 20 Oct 2022 23:17:50 +0200 Subject: [PATCH] typo --- tools/cosmovisor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cosmovisor/README.md b/tools/cosmovisor/README.md index 095dc8e6b8c6..cca08691b638 100644 --- a/tools/cosmovisor/README.md +++ b/tools/cosmovisor/README.md @@ -55,7 +55,7 @@ go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@latest To install a previous version, you can specify the version. IMPORTANT: Chains that use Cosmos-SDK v0.44.3 or earlier (eg v0.44.2) and want to use auto-download feature MUST use `cosmovisor v0.1.0` ```shell -go install github.com/cosmos-sdk/cosmovisor/cmd/cosmovisor@v0.1.0 +go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@v0.1.0 ``` Run `cosmovisor version` to check the cosmovisor version.