Browse Source

doc/testnet/token: typos

skoupidi 1 year ago
parent
commit
e21d7ace07
1 changed files with 5 additions and 3 deletions
  1. 5 3
      doc/src/testnet/token.md

+ 5 - 3
doc/src/testnet/token.md

@@ -32,8 +32,10 @@ $ ./drk wallet --balance
 On the DarkFi network, we're able to mint custom tokens with some
 On the DarkFi network, we're able to mint custom tokens with some
 supply. To do this, we need to generate a mint authority keypair,
 supply. To do this, we need to generate a mint authority keypair,
 and derive a token ID from it. The tokens shown in the outputs are
 and derive a token ID from it. The tokens shown in the outputs are
-placeholders for the ones that will be generated from your. We can
-simply create our own tokens by executing the following command:
+placeholders for the ones that will be generated from you. In rest of
+the guide, use the ones you generated by replacing the corresponding
+placeholder. We can simply create our own tokens by executing the
+following command:
 
 
 ```shell
 ```shell
 $ ./drk token generate-mint
 $ ./drk token generate-mint
@@ -109,7 +111,7 @@ Generating alias ANON for Token: {TOKEN1}
 ```shell
 ```shell
 $ ./drk alias add DAWN {TOKEN2}
 $ ./drk alias add DAWN {TOKEN2}
 
 
-Generating alias ANON for Token: {TOKEN2}
+Generating alias DAWN for Token: {TOKEN2}
 ```
 ```
 
 
 ```shell
 ```shell