Skip to content

Commit

Permalink
Merge pull request #3349 from ltfschoen/release/1.2.5
Browse files Browse the repository at this point in the history
Add missing `.net` to examples of 1.2.5
  • Loading branch information
nivida authored Jan 30, 2020
2 parents ee78ff7 + fa031fd commit a121b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/include_package-net.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Example

.. code-block:: javascript
web3.eth.isListening()
web3.eth.net.isListening()
.then(console.log);
> true
Expand Down Expand Up @@ -101,6 +101,6 @@ Example

.. code-block:: javascript
web3.eth.getPeerCount()
web3.eth.net.getPeerCount()
.then(console.log);
> 25

0 comments on commit a121b6f

Please sign in to comment.