From 81d1820069bdbe8c8a80007abcb4740142a65e3e Mon Sep 17 00:00:00 2001 From: Jivn Shet <107192090+jivnshet@users.noreply.github.com> Date: Mon, 24 Oct 2022 23:44:56 +0530 Subject: [PATCH] Update FNS-Part-2.md --- FNS-Part-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FNS-Part-2.md b/FNS-Part-2.md index 5079314..bf6a638 100644 --- a/FNS-Part-2.md +++ b/FNS-Part-2.md @@ -149,7 +149,7 @@ flow config add contract We'll start off with `NonFungibleToken`. 1. Enter `NonFungibleToken` for the Name (case-sensitive) -2. Enter `./cadence/contracts/interfaces/NonFungibleToken.cdc` for the Contract File Location (this path is relative to the location of `flow.json`) +2. Enter `./cadence/contracts/interfaces/NonFungibleToken.cdc` for the Contract File Location (this path is relative to the location of `flow.json`). For Windows users, the cos in contracts will cause an issue so to get around copy `./cadence/ontracts/interfaces/NonFungibleToken.cdc` and then type the missing `c` to complete the path. 3. Press enter (leave blank) the emulator alias for this contract 4. For the Testnet alias, enter `0x631e88ae7f1d7c20` (fetched from the Core Contracts link above)