aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 3029188..b1043f8 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-eth.py
-------
+ethy.py
+-------
This little script offers decryption and verification of some existing
Ethereum wallets, as well as generation of a new wallet. You can use any
@@ -12,7 +12,7 @@ Feature
-------
- Decrypt the UTC JSON wallet and see the private key
-- Run secp256k1 to make sure the private is intact and really corresponds to the wallet address
+- Run secp256k1 to make sure the private key is intact and really corresponds to the wallet address
- Generate a wallet
Dependencies
@@ -27,7 +27,7 @@ Install
::
git clone https://github.com/Determinant/ethy.py
- pip install --user ethy.py
+ pip install --user ethy.py/
Example
-------