From 3c2ae358b429ce6942e4aae94be3f12512b7f85b Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 8 Jul 2014 14:13:08 -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 4b14e99f..8676414f 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ can be found at https://en.bitcoin.it/wiki/Script ## Documentation +[![GoDoc](https://godoc.org/github.com/conformal/btcscript?status.png)] +(http://godoc.org/github.com/conformal/btcscript) + 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/btcscript).