From 6ab1d1a58622351f17719a7064f21ace59712940 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 21 Dec 2022 15:19:48 +0000 Subject: [PATCH] Updating CodeExamples.md --- CodeExamples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeExamples.md b/CodeExamples.md index afc4f547..82a47a1f 100644 --- a/CodeExamples.md +++ b/CodeExamples.md @@ -704,7 +704,7 @@ Let's start by using the `setData` method to update the nft key value store with Under the hood, this uses [ERC725](https://erc725alliance.org/), which augments ERC721 with a well-defined way to set and get key-value pairs. - ### 8.2 Add key-value pair to data NFT + ### 8.2 get the key-value pair data from the NFT ```Typescript const nft = new Nft(web3) try {