Skip to content

Commit

Permalink
updated doc and ignore rule (#9)
Browse files Browse the repository at this point in the history
* readme update

* updated files to ignore
  • Loading branch information
jdevcs authored Jan 18, 2024
1 parent 970a24c commit 3dcb09f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.gitignore
.lintstagedrc.json
.nycrc
.github
.prettierrc.json
.prettierignore
cypress.json
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ yarn add @chainsafe/web3-plugin-eip4337

```ts
import { Web3 } from 'web3';
import { EIP4337Plugin } from 'web3-plugin-eip4337';
import { EIP4337Plugin } from '@chainsafe/web3-plugin-eip4337';

const web3 = new Web3('http://127.0.0.1:8545');
web3.registerPlugin(new EIP4337Plugin());
Expand Down

0 comments on commit 3dcb09f

Please sign in to comment.