diff --git a/src/commands/pay-crypto.ts b/src/commands/pay-crypto.ts index f930391..96cf5dd 100644 --- a/src/commands/pay-crypto.ts +++ b/src/commands/pay-crypto.ts @@ -11,7 +11,7 @@ export function registerPayCryptoCommand(program: Command) { program .command("pay-crypto") .description( - "Pay any supported crypto or stablecoin address from your Lightning wallet using an atomic swap (powered by Lendaswap).\n\n" + + "Pay any supported crypto or stablecoin address from your bitcoin lightning wallet.\n\n" + "Supported currencies and networks are sourced live from the Lendaswap API; if a pair is not available you'll get an error listing what is.", ) .argument("
", "Recipient address on the target network")