diff --git a/docs/3.tutorials/nfts/minting-nfts.md b/docs/3.tutorials/nfts/minting-nfts.md index 1de13b8a271..79025d48238 100644 --- a/docs/3.tutorials/nfts/minting-nfts.md +++ b/docs/3.tutorials/nfts/minting-nfts.md @@ -185,7 +185,7 @@ Verify that the correct account ID is printed in the terminal. If everything loo In the root of your NFT project run the following command to deploy your smart contract. ```bash -near deploy --wasmFile res/non_fungible_token.wasm --accountId $ID +near deploy $ID res/non_fungible_token.wasm ```