From a9e94b8a961c1bc2ce7313bbc9573edcc2b9ba86 Mon Sep 17 00:00:00 2001 From: Alejandro Drabenche Date: Wed, 14 Dec 2022 23:43:49 -0300 Subject: [PATCH] fix: correct Mint Native Assets on README.md pointing to the correct md file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66068fa..cf0211e 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,6 @@ Explains how to create signing keys and addresses that represent your account wh Explains how to build a simple ADA transfer transaction and submit it onto the blockhain. -### 3. [Mint Native Assets](./01-mint-native-assets.md) +### 3. [Mint Native Assets](./03-mint-native-assets.md) Explains how to mint custom native assets and transfer those assets to other addresses.