Skip to content

Commit

Permalink
Merge pull request #16 from nseguias/patch-1
Browse files Browse the repository at this point in the history
Update good-practices.md (wrong path)
  • Loading branch information
jawoznia authored Oct 1, 2024
2 parents 98aa2fd + b432065 commit 119feae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basics/good-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The next step is to create a tool generating actual schemas. We will do it by cr
our crate. Create a new `bin/schema.rs` file:

```rust,noplayground
use contract::contract::{ContractExecMsg, ContractQueryMsg, InstantiateMsg};
use contract::contract::sv::{ContractExecMsg, ContractQueryMsg, InstantiateMsg};
use cosmwasm_schema::write_api;
fn main() {
Expand Down

0 comments on commit 119feae

Please sign in to comment.