From 15a52253fb93f7a14363113f5ae2b914fd4a99b3 Mon Sep 17 00:00:00 2001 From: djdabs <87738563+djdabs@users.noreply.github.com> Date: Wed, 22 Sep 2021 16:43:54 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 837897b70..cf251662d 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ This is a Solana account address. You can get the value for this from the `.cach REACT_APP_CANDY_MACHINE_ID=__PLACEHOLDER__ ``` -Same as above; this is a Solana account address. You can get the value for this from the `./cache/temp` file. This file is created when you run the `metaplex upload` command in terminal. +This is a Solana account address. You must use the public address of your created candy machine, otherwise you'll get errors. The public address is shown after you run create_candy_machine with metaplex cli. ``` REACT_APP_TREASURY_ADDRESS=__PLACEHOLDER__ ``` -This the Solana address that receives the funds gathered during the minting process. More docs coming as we can test this. +This is the Solana address that receives funds gathered during the minting process. You must use the public address of the wallet that ran candy machine, otherwise you'll get errors. More docs coming as we can test this. ``` REACT_APP_CANDY_START_DATE=__PLACEHOLDER__