Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Jun 26, 2023
1 parent ccfeb81 commit fba44ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/examples/how_tos/nfts/burn_nft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! In this example we will burn an existing nft output.
//! Rename `.env.example` to `.env` first.
//!
//! `cargo run --example burn_nft --release`
//! `cargo run --release --example burn_nft`

use std::env::var;

Expand Down
2 changes: 1 addition & 1 deletion sdk/examples/how_tos/nfts/mint_nft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! In this example we will mint an NFT.
//! Rename `.env.example` to `.env` first.
//!
//! `cargo run --example mint_nft --release`
//! `cargo run --release --example mint_nft`

use std::env::var;

Expand Down
2 changes: 1 addition & 1 deletion sdk/examples/how_tos/nfts/send_nft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! In this example we will send an nft.
//! Rename `.env.example` to `.env` first.
//!
//! `cargo run --example send_nft --release`
//! `cargo run --release --example send_nft`

use std::env::var;

Expand Down

0 comments on commit fba44ca

Please sign in to comment.