Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed May 24, 2023
1 parent 73028eb commit 32907fc
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 @@ -33,7 +33,7 @@ import Web3 from "web3";
const torus = new Torus();
await torus.init();
await torus.login(); // await torus.ethereum.enable()
const web3 = new Web3(torus.provider);
const web3 = new Web3(torus.provider);
```

## 🩹 Examples
Expand Down Expand Up @@ -135,7 +135,7 @@ entry-point: `index.js`
## Requirements

- This package requires a peer dependency of `@babel/runtime`
- Node 14+
- Node 16+

## License

Expand Down

0 comments on commit 32907fc

Please sign in to comment.