From b14827fd646e93d77e54edb524eb70e8f5914716 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 25 May 2017 12:42:31 -0500 Subject: [PATCH] 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. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3f1c52e2..9c3b329e 100644 --- a/README.md +++ b/README.md @@ -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