Skip to content

Commit

Permalink
udpate readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-dan committed Jun 29, 2017
1 parent 96e8819 commit 0dcb18e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Constructors:

To use BIP32 HD wallets, first include the `hdkey` submodule:

`var hdkey = require('ethereumjs-wallet/hdkey')`
`var hdkey = require('expansejs-wallet/hdkey')`

Constructors:

Expand All @@ -91,7 +91,7 @@ Instance methods:
The Wallet can be easily plugged into [provider-engine](https://github.com/metamask/provider-engine) to provide signing:

```js
const WalletSubprovider = require('ethereumjs-wallet/provider-engine')
const WalletSubprovider = require('expansejs-wallet/provider-engine')

<engine>.addProvider(new WalletSubprovider(<wallet instance>))
```
Expand Down

0 comments on commit 0dcb18e

Please sign in to comment.