Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit a04b5ca

Browse files
authored
Corrected README example Wallet import to reference default parameter
1 parent eae95ab commit a04b5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const { Wallet } = require('ethereumjs-wallet').default
4141
ESM / TypeScript:
4242

4343
```js
44-
import { Wallet } from 'ethereumjs-wallet'
44+
import Wallet from 'ethereumjs-wallet'
4545
```
4646

4747
## Thirdparty API

0 commit comments

Comments
 (0)