Skip to content

Commit 6ba9241

Browse files
committed
fix docs typos
1 parent f662547 commit 6ba9241

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ HD Wallet-enabled Web3 provider. Use it to sign transactions for addresses deriv
33

44
Note: This is fork of https://www.npmjs.com/package/@truffle/hdwallet-provider with changes:
55
- Explicitly provider `private` keys, `mnemomic` (or both)
6-
- Removed `shared Nonce` option
6+
- Removed `sharedNonce` option
77
- `provider.stop` is handled by environment, needless to call `provider.stop()`
88
## Install
99

1010
```
11-
$ npm install web3-provider-nodejs
11+
$ npm install web3-nodejs-provider
1212
```
1313

1414
```
15-
$ yarn add web3-provider-nodejs
15+
$ yarn add web3-nodejs-provider
1616
```
1717

1818
## Requirements

dist/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ HD Wallet-enabled Web3 provider. Use it to sign transactions for addresses deriv
33

44
Note: This is fork of https://www.npmjs.com/package/@truffle/hdwallet-provider with changes:
55
- Explicitly provider `private` keys, `mnemomic` (or both)
6-
- Removed `shared Nonce` option
6+
- Removed `sharedNonce` option
77
- `provider.stop` is handled by environment, needless to call `provider.stop()`
88
## Install
99

0 commit comments

Comments
 (0)