Skip to content

Commit

Permalink
docs: update derive/Readme.md (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk authored Jan 27, 2024
1 parent 16581f9 commit 80808eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ message enum variant into their `ExecuteMsg` enum.
## Usage

I will show the usage of this crate (from the `cw-ica-controller` crate) in
[`testing/contracts/callback-counter/src/msg.rs](testing/contracts/callback-counter/src/msg.rs).
[`testing/contracts/callback-counter/src/msg.rs`](../testing/contracts/callback-counter/src/msg.rs).

```rust
use cosmwasm_schema::{cw_serde, QueryResponses};
Expand Down

0 comments on commit 80808eb

Please sign in to comment.