From 53fd73294d4c6aeeb3ebbf01713dca4a6defd3ba Mon Sep 17 00:00:00 2001 From: Matias Pando Date: Mon, 2 Mar 2015 15:53:00 -0300 Subject: [PATCH] Typo fixed --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7bf0dad..319c041 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ A Multisig HD Wallet Service, with minimum server trust. cd bit-wallet # Create a 2-of-2 wallet (john.dat is the file where the wallet critical data will be stored, add -t for testnet) - ./bit create 2-2 john + ./bit create 2-2 john * Secret to share: JevjEwaaxW6gdAZjqgWcimL525DR8zQsAXf4cscWDa8u1qKTN5eFGSFssuSvT1WySu4YYLYMUPT - ./bit status + ./bit status # Use -h or BIT_HOST to setup the base URL for your server. # Use -f or BIT_FILE to setup the wallet data file @@ -66,7 +66,7 @@ A Multisig HD Wallet Service, with minimum server trust. # Local data -Copayers store their extended private key and their copayer's extended public key locally. We call this the ``Wallet Critical Data``. Extended private keys are never sent to the server. +Copayers store their extended private key and their copayers' extended public key locally. We call this the ``Wallet Critical Data``. Extended private keys are never sent to the server. # Password protection