Skip to content

Commit

Permalink
Merge branch '1.x' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio authored Jun 2, 2020
2 parents 6d30ca9 + 3a9c1ad commit 8e830e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web3-core-promievent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ var myFunc = function(){

// and run it
myFunc()
.on('done', console.log)
.then(console.log);
.on('done', console.log);
```

[docs]: http://web3js.readthedocs.io/en/1.0/
Expand All @@ -59,4 +59,4 @@ myFunc()
[deps-image]: https://david-dm.org/ethereum/web3.js/1.x/status.svg?path=packages/web3-core-promievent
[deps-url]: https://david-dm.org/ethereum/web3.js/1.x?path=packages/web3-core-promievent
[deps-dev-image]: https://david-dm.org/ethereum/web3.js/1.x/dev-status.svg?path=packages/web3-core-promievent
[deps-dev-url]: https://david-dm.org/ethereum/web3.js/1.x?type=dev&path=packages/web3-core-promievent
[deps-dev-url]: https://david-dm.org/ethereum/web3.js/1.x?type=dev&path=packages/web3-core-promievent

0 comments on commit 8e830e4

Please sign in to comment.