aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-10-21 06:41:27 +0800
committerobscuren <geffobscura@gmail.com>2014-10-21 06:41:27 +0800
commitac7994d8c71ba5d9380139d20b237d58730d3bb1 (patch)
treefdb91cdf8b1222579695661b49dcbfd665a265a0
parent8a7d1a69b34c231626b709d8e79910bba9ef702c (diff)
downloadgo-tangerine-ac7994d8c71ba5d9380139d20b237d58730d3bb1.tar
go-tangerine-ac7994d8c71ba5d9380139d20b237d58730d3bb1.tar.gz
go-tangerine-ac7994d8c71ba5d9380139d20b237d58730d3bb1.tar.bz2
go-tangerine-ac7994d8c71ba5d9380139d20b237d58730d3bb1.tar.lz
go-tangerine-ac7994d8c71ba5d9380139d20b237d58730d3bb1.tar.xz
go-tangerine-ac7994d8c71ba5d9380139d20b237d58730d3bb1.tar.zst
go-tangerine-ac7994d8c71ba5d9380139d20b237d58730d3bb1.zip
Updated readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 239a78d28..86e2969be 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Ethereum JavaScript API
-This is the Ethereum compatible JavaScript API implemented using
-`WebSocket` and `Promise`s.
+This is the Ethereum compatible JavaScript API using `Promise`s
+which implements the [Generic JSON RPC](https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC) spec.
For an example see `index.html`.