From e9e0e700abc5b2442c6ea22b4867fa73b735272b Mon Sep 17 00:00:00 2001 From: philemon Date: Tue, 3 Dec 2013 01:10:47 +0400 Subject: [PATCH] modified: README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db33270c..0d7eaa67 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ addresses is done at your own risk. ### Using the mnemonic and seed features: -> Using our example above, +> Continuing our example above, > Generate a mnemonic from the wallet: @@ -248,8 +248,8 @@ addresses is done at your own risk. >> Generate a 12-word mnemonic from a random 128-bit seed: >>> `tests/mnemonic.py random128` ->> An 18-word mnemonic from a random 192-bit seed: +>> or an 18-word mnemonic from a random 192-bit seed: >>> `tests/mnemonic.py random192` ->> A 24-word mnemonic from a random 256-bit seed: +>> or a 24-word mnemonic from a random 256-bit seed: >>> `tests/mnemonic.py random256`