Skip to content

Commit

Permalink
docs(tutorials/nfts): Fix outdated near deploy command (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola authored Jul 15, 2024
1 parent 39810f7 commit b953f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.tutorials/nfts/minting-nfts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<details>
Expand Down

0 comments on commit b953f88

Please sign in to comment.