diff options
author | obscuren <geffobscura@gmail.com> | 2014-10-21 06:41:27 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-10-21 06:41:27 +0800 |
commit | ac7994d8c71ba5d9380139d20b237d58730d3bb1 (patch) | |
tree | fdb91cdf8b1222579695661b49dcbfd665a265a0 /README.md | |
parent | 8a7d1a69b34c231626b709d8e79910bba9ef702c (diff) | |
download | go-tangerine-ac7994d8c71ba5d9380139d20b237d58730d3bb1.tar.gz go-tangerine-ac7994d8c71ba5d9380139d20b237d58730d3bb1.tar.zst go-tangerine-ac7994d8c71ba5d9380139d20b237d58730d3bb1.zip |
Updated readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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`. |