From 4fe9226ec2b7b19d57887489f00c3e37565a8a67 Mon Sep 17 00:00:00 2001 From: Gavin Date: Wed, 9 Jun 2021 02:42:21 -0700 Subject: [PATCH] Change highlighting --- docs/create-store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/create-store.md b/docs/create-store.md index ced1430..8b6c7ce 100644 --- a/docs/create-store.md +++ b/docs/create-store.md @@ -16,7 +16,7 @@ store information, such as who to whitelist as creators. To create a store, you must first derive the store ID given your public address. The Metaplex devs have already created an environment variable for you to utilize - `REACT_APP_STORE_OWNER_ADDRESS_ADDRESS` - which you should set to be your -wallet public address. To do this, you can create a `.env` file in the `packages/web folder`, and set +wallet public address. To do this, you can create a `.env` file in `packages/web`, and set `REACT_APP_STORE_OWNER_ADDRESS_ADDRESS` to be your wallet public address in there. ```