Browse Source

token updates

jpcaulfi 3 years ago
parent
commit
1f480fc557
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tokens/README.md

+ 2 - 1
tokens/README.md

@@ -20,7 +20,8 @@ How they work:
 All examples in this folder demonstrate the following:
 - How to create a new token mint.
 - How to mint some amount of this token to a wallet.
-- How to transfer this token to a wallet.
+- How to transfer this token to a wallet.   
+
 Each example differs in a few key aspects:
 - `mint-1` - The **Mint** and the **Mint Authority** are generated keypairs.
 - `mint-2` - The **Mint** is a generated keypair. The **Mint Authority** is a Program Derived Address (PDA).