Skip to content

Commit 567e0c9

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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

+1-1
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)