Skip to content

Commit

Permalink
docs: fixed linter complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Oct 27, 2024
1 parent d72d653 commit e6a5e0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ This is a `CosmWasm` smart contract that communicates with the golang `ica/host`

<!-- TOC -->

- [CosmWasm ICA Controller Contract](#cosmwasm-ica-controller-contract)
- [`CosmWasm` ICA Controller Contract](#cosmwasm-ica-controller-contract)
- [Table of Contents](#table-of-contents)
- [Usage](#usage)
- [Create an interchain account](#create-an-interchain-account)
- [Using InstantiateMsg](#using-instantiatemsg)
- [Using ExecuteMsg::CreateChannel](#using-executemsgcreatechannel)
- [Using `InstantiateMsg`](#using-instantiatemsg)
- [Using `ExecuteMsg::CreateChannel`](#using-executemsgcreatechannel)
- [Execute an interchain account transaction](#execute-an-interchain-account-transaction)
- [Querying the host chain](#querying-the-host-chain)
- [Execute a callback](#execute-a-callback)
Expand Down

0 comments on commit e6a5e0d

Please sign in to comment.