From 32216a38f3788ab6612a926e41822d995d1d9740 Mon Sep 17 00:00:00 2001 From: Clay-Mysten <100217682+Clay-Mysten@users.noreply.github.com> Date: Fri, 11 Mar 2022 15:49:27 -0800 Subject: [PATCH] Update README.md Make NFTs example title plural rather than possessive. --- sui_programmability/examples/nfts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sui_programmability/examples/nfts/README.md b/sui_programmability/examples/nfts/README.md index fe95db25fb4da..37ca532cde177 100644 --- a/sui_programmability/examples/nfts/README.md +++ b/sui_programmability/examples/nfts/README.md @@ -1,4 +1,4 @@ -# NFT's +# NFTs * Num: Issuing the first ten natural numbers as collectible NFT's. * Geniteam: NFTs representing collectible monsters and cosmetics used in a farming game.