diff --git a/docs/web3-eth.rst b/docs/web3-eth.rst index 9248c50..9d8b775 100644 --- a/docs/web3-eth.rst +++ b/docs/web3-eth.rst @@ -4,6 +4,8 @@ web3.eth Some text +------------------------------------------------------------------------------ + web3.version ============ diff --git a/docs/web3.rst b/docs/web3.rst index b5c6864..23b57e0 100644 --- a/docs/web3.rst +++ b/docs/web3.rst @@ -4,8 +4,9 @@ web3 The web3.js object is a container object to house all ethereum related modules. +------------------------------------------------------------------------------ -web3.version +version ============ Contains the version of the web3.js container object. @@ -24,3 +25,5 @@ Example web3.version; > "1.0.0" + +------------------------------------------------------------------------------