From acda2044a0752de400c1dc2147ba84cb6cd41ff5 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 12 Jun 2014 18:40:44 -0500 Subject: [PATCH] Add godoc reference badge to README.md. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b28c5ee7..985c2d9c 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,9 @@ func main() { ## Documentation +[![GoDoc](https://godoc.org/github.com/conformal/btcnet?status.png)] +(http://godoc.org/github.com/conformal/btcnet) + Full `go doc` style documentation for the project can be viewed online without installing this package by using the GoDoc site [here](http://godoc.org/github.com/conformal/btcnet).