Browse Source

modified: README.md

philemon 11 years ago
parent
commit
e9e0e700ab
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
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`