From 0fc9504da4a50e25114e609637f5646192807b3b Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sat, 10 May 2014 02:50:19 -0500 Subject: [PATCH] Improve overview in doc.go. --- doc.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc.go b/doc.go index 9f3821d6..f79f82eb 100644 --- a/doc.go +++ b/doc.go @@ -7,10 +7,9 @@ Package btcrpcclient implements a websocket-enabled Bitcoin JSON-RPC client. Overview -This client is intended to provide a robust and easy to use client for -interfacing with a Bitcoin RPC server that uses a btcd/bitcoin core compatible -Bitcoin JSON-RPC API. This client has been tested with -btcd (https://github.com/conformal/btcd), +This client provides a robust and easy to use client for interfacing with a +Bitcoin RPC server that uses a btcd/bitcoin core compatible Bitcoin JSON-RPC +API. This client has been tested with btcd (https://github.com/conformal/btcd), btcwallet (https://github.com/conformal/btcwallet), and bitcoin core (https://github.com/bitcoin).