Skip to content

Commit

Permalink
Merge pull request #3003 from jonassunandar/fixDocumentation
Browse files Browse the repository at this point in the history
fix net documentation
  • Loading branch information
nivida authored Aug 5, 2019
2 parents 0b3b6a9 + 38eea91 commit aa6e489
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 @@ -62,7 +62,7 @@ Example

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

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

0 comments on commit aa6e489

Please sign in to comment.