Update markdown files for GFM changes.

The github markdown interpreter has been changed such that it no longer
allows spaces in between the brackets and parenthesis of links.  This
updates the markdown files accordingly.

While here, it also corrects a couple of inconsistencies in regards to
other README.md files in the project.
This commit is contained in:
Dave Collins 2017-05-25 12:42:31 -05:00
parent e3e4c726af
commit b14827fd64
No known key found for this signature in database
GPG key ID: B8904D9D9C93D1F2

View file

@ -1,10 +1,9 @@
btcrpcclient
============
[![Build Status](https://travis-ci.org/btcsuite/btcrpcclient.png?branch=master)]
(https://travis-ci.org/btcsuite/btcrpcclient)
[![GoDoc](https://godoc.org/github.com/btcsuite/btcrpcclient?status.png)]
(http://godoc.org/github.com/btcsuite/btcrpcclient)
[![Build Status](http://img.shields.io/travis/btcsuite/btcrpcclient.svg)](https://travis-ci.org/btcsuite/btcrpcclient)
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/btcsuite/btcrpcclient)
btcrpcclient implements a Websocket-enabled Bitcoin JSON-RPC client package
written in [Go](http://golang.org/). It provides a robust and easy to use