From 66c9ae4889f31a00e69170d259a09a01b26ff437 Mon Sep 17 00:00:00 2001 From: Marc Nijdam Date: Thu, 2 Apr 2020 18:37:05 -0700 Subject: [PATCH] Fix basic readme pay arguments --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0788eac..58634e64 100644 --- a/README.md +++ b/README.md @@ -140,11 +140,11 @@ when creating the wallet. To send tokens to other accounts use: ``` - helium-wallet pay
--hnt [--hash] + helium-wallet pay -p= [--hash] ``` -Where `
` is the wallet address for the wallet you want to -send tokens `` is the number of HNT you want to send. Since 1 HNT +Where `` is the wallet address for the wallet you want to +send tokens to, `` is the number of HNT you want to send. Since 1 HNT is 100,000,000 bones the `hnt` value can go up to 8 decimal digits of precision.