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

Commit

Permalink
Corrected README example Wallet import to reference default parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 authored Aug 17, 2021
1 parent eae95ab commit a04b5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const { Wallet } = require('ethereumjs-wallet').default
ESM / TypeScript:

```js
import { Wallet } from 'ethereumjs-wallet'
import Wallet from 'ethereumjs-wallet'
```

## Thirdparty API
Expand Down

0 comments on commit a04b5ca

Please sign in to comment.