From 9adcbbb0fef46d67e606895f95f8a59e87f1a63d Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Tue, 7 Nov 2017 01:00:36 -0500 Subject: [PATCH] Small README change. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2725f715..117947f0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Complete Ethereum wallet implementation and utilities in JavaScript. **Features:** - Keep your private keys in your client, **safe** and sound -- Import and export **JSON wallets** (Geth and crowdsale) and brain wallets +- Import and export **JSON wallets** (Geth, Parity and crowdsale) and brain wallets - Import and export BIP 39 **mnemonic phrases** (12 word backup phrases) and **HD Wallets** - Meta-classes create JavaScript objects from any contract ABI - Connect to Ethereum nodes over [JSON-RPC](https://github.com/ethereum/wiki/wiki/JSON-RPC), [INFURA](https://infura.io) or [Etherscan](https://etherscan.io)