docs: Remove outdated btcws link from README.md.

This commit is contained in:
Dave Collins 2015-07-24 09:23:46 -05:00
parent a6c79c7a91
commit 5ab891177b

View file

@ -201,9 +201,6 @@ information.
robust and easy to use Websocket-enabled Bitcoin JSON-RPC client
* [btcjson](https://github.com/btcsuite/btcjson) - Provides an extensive API
for the underlying JSON-RPC command and return values
* [btcws](https://github.com/btcsuite/btcws) - Custom types for btcd
websocket extension commands (registers the extension commands with
[btcjson](https://github.com/btcsuite/btcjson))
* [wire](https://github.com/btcsuite/btcd/tree/master/wire) - Implements the
Bitcoin wire protocol
* [blockchain](https://github.com/btcsuite/btcd/tree/master/blockchain) -