@t2000/cli 0.36.4 → 0.37.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -144,7 +144,7 @@ t2000 init
144
144
  | Command | Description |
145
145
  |---------|-------------|
146
146
  | `t2000 send <amount> <asset> [to] <address>` | Send USDC, SUI, or other assets to any Sui address (the `to` keyword is optional) |
147
- | `t2000 receive` | Generate a payment request with address and QR URI. Options: `--amount`, `--currency`, `--memo`, `--label`, `--key` |
147
+ | `t2000 receive` | Generate a payment request with Payment Kit URI (`sui:pay?...`) and unique nonce. Options: `--amount`, `--currency`, `--memo`, `--label`, `--key` |
148
148
 
149
149
  ### Savings & DeFi
150
150