doc changes

This commit is contained in:
Fabian Vogelsteller 2016-11-01 16:29:30 +01:00
parent 098bde921d
commit a768895e75
No known key found for this signature in database
GPG Key ID: E51EADA77F1A4124
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,8 @@ web3.eth
Some text
------------------------------------------------------------------------------
web3.version
============

View File

@ -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"
------------------------------------------------------------------------------