Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Improve markdownlint configuration #11104

Merged
merged 12 commits into from
Feb 10, 2022
Prev Previous commit
Next Next commit
Fix newly introduced markdownlint violation after rebasing
  • Loading branch information
julienrbrt committed Feb 10, 2022
commit b4aa049a290e8f2947a9bd5ff0fc729e91e13ba8
4 changes: 2 additions & 2 deletions cosmovisor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ You can also use `sha512sum` if you would prefer to use longer hashes, or `md5su
The following instructions provide a demonstration of `cosmovisor` using the simulation application (`simapp`) shipped with the Cosmos SDK's source code. The following commands are to be run from within the `cosmos-sdk` repository.


#### Chain Setup
### Chain Setup

Let's create a new chain using the `v0.44` version of simapp (the Cosmos SDK demo app):

Expand Down Expand Up @@ -248,7 +248,7 @@ minimum-gas-prices = "0stake"

For the sake of this demonstration, amend `voting_period` in `genesis.json` to a reduced time of 20 seconds (`20s`):

```
```sh
cat <<< $(jq '.app_state.gov.voting_params.voting_period = "20s"' $HOME/.simapp/config/genesis.json) > $HOME/.simapp/config/genesis.json
```

Expand Down