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.