From 37587ae78e49140d9508465aa795cc4bb0aa385a Mon Sep 17 00:00:00 2001 From: Rami James Date: Mon, 28 Aug 2023 16:19:15 +0300 Subject: [PATCH] Small typos --- docs/guides/Building Token Factories/firsttokenfactory.md | 4 ++-- docs/guides/Building Token Factories/mintingyourfirstuniq.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/Building Token Factories/firsttokenfactory.md b/docs/guides/Building Token Factories/firsttokenfactory.md index bc66af49a8..6e56c1ea96 100644 --- a/docs/guides/Building Token Factories/firsttokenfactory.md +++ b/docs/guides/Building Token Factories/firsttokenfactory.md @@ -18,7 +18,7 @@ Just to be absolutely clear, the expected flow for building a Token Factory is: 3. Calculate hashes 4. Push on-chain -Without the images already in situ, the metadata tool can not verify that they exist, nor can it create the unique hashes that identify them. +Without the images already uploaded to the correct location, the metadata tool can not verify that they exist, nor can it create the unique hashes that identify them. ::: warning @@ -87,6 +87,6 @@ You should see a new transaction that shows that your new Token Factory has been ![](/images/token-factories/great_success.png) -We are glossing over a lot of functionality here, in the interest of getting yup up and running quickly. Later guides will cover some of the more advanced features that our NFT standard supports, including variants, authorized minters, and much more. +We are glossing over a lot of functionality here, in the interest of getting you up and running quickly. Later guides will cover some of the more advanced features that our NFT standard supports, including variants, authorized minters, and much more. In the meantime, congratulations on creating your first Token Factory. **Now, let's go mint your first Uniq!** diff --git a/docs/guides/Building Token Factories/mintingyourfirstuniq.md b/docs/guides/Building Token Factories/mintingyourfirstuniq.md index c9a26e5e3e..c511398b2f 100644 --- a/docs/guides/Building Token Factories/mintingyourfirstuniq.md +++ b/docs/guides/Building Token Factories/mintingyourfirstuniq.md @@ -15,7 +15,7 @@ Now that you have your Token Factory up and running, you are free to mint some U As with the Token Factory, there is some specific data that you must include in the command. -- `` - The URI of the metadata either as a zip file, or targeting the `factory.json` file with a full path +- `` - The URL of the metadata either as a zip file, or targeting the `X.json` file with a full path - `` - The hash of the uniq, you can find this in `upload.json` in the `factory` block at the top You can find these in the `upload.json` file and they will look something like this: