Skip to content

Commit 4de84ed

Browse files
committed
Update readme
1 parent caaf15f commit 4de84ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ etherscan
3636
// Working with the balance here
3737
console.log(balance)
3838
})
39+
.catch(err => {
40+
// Handle error here
41+
console.error(err)
42+
})
3943
```
4044

4145
## License

0 commit comments

Comments
 (0)