diff --git a/content/tutorials/quickstart/assign-an-authorized-minter-using-javascript.md b/content/tutorials/quickstart/assign-an-authorized-minter-using-javascript.md index fdfbac79df..8b401478a2 100644 --- a/content/tutorials/quickstart/assign-an-authorized-minter-using-javascript.md +++ b/content/tutorials/quickstart/assign-an-authorized-minter-using-javascript.md @@ -46,6 +46,10 @@ To authorize another account to create NFTs for your account: ## Mint an NFT for Another Account +
+ +
+ This example uses the Operational account, which was authorized in the previous step, to mint a token on behalf of the Standby account. To mint a non-fungible token for another account: