From ae62012849d04213f1d7fb2f35636f92cf613944 Mon Sep 17 00:00:00 2001
From: dwb <31355296+frosimanuel@users.noreply.github.com>
Date: Mon, 9 Dec 2024 17:49:41 -0300
Subject: [PATCH] Update Step 3 on README.md

the dfx.json proposes a list of cannisters, so if you don't specify which canister you refeer you won't be able to pass the argument as you'll get the following error:
Error: The init argument can only be set when deploying a single canister.
---
 rust/dip721-nft-container/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust/dip721-nft-container/README.md b/rust/dip721-nft-container/README.md
index ed4157991..14bc1665d 100644
--- a/rust/dip721-nft-container/README.md
+++ b/rust/dip721-nft-container/README.md
@@ -115,7 +115,7 @@ dfx start --background --clean
 
 Deploy the canister with the command:
 ```sh
-dfx deploy --no-wallet --argument \
+dfx deploy dip721_nft_container --no-wallet --argument \
 "(record {
     name = \"Numbers One Through Fifty\";
     symbol = \"NOTF\";