From 096d3d4da51a8f63db5160b126ebc56b26346fc8 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 17 Sep 2020 09:25:41 -0700 Subject: [PATCH] SPL Token supports NFTs too --- token/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/token/README.md b/token/README.md index 4cc4e9ad..47308f62 100644 --- a/token/README.md +++ b/token/README.md @@ -1,6 +1,6 @@ # Token program -A Fungible Token program on the Solana blockchain. +A token program on the Solana blockchain, usable for fungible and non-fungible tokens. This program provides an interface and implementation that third parties can utilize to create and use their tokens.