Skip to content

Commit 567e0c9

Browse files
author
Bill Burdick
committed
modified documentation
1 parent eedf72b commit 567e0c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Web3.jl
22

3-
A module for Ethereum connectivity.
3+
A module for Ethereum connectivity, similar to web3.js.
44

55
Parse ABI files, encode/decode ABI data, and make Ethereum [JSON-RPC](https://github.com/ethereum/wiki/wiki/JSON-RPC) calls.
66

src/Web3.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Web3
33
4-
A module for Ethereum connectivity.
4+
A module for Ethereum connectivity, similar to web3.js.
55
66
Parse ABI files, encode/decode ABI data, and make JSON-RPC calls.
77
"""

0 commit comments

Comments
 (0)