From e6011eaa49e188695efcabbd102ce93cbf5b6558 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sun, 10 Aug 2014 13:58:10 -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 5f8a3a92..a4427454 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ use secp256k1 elliptic curve cryptography. ## Documentation +[![GoDoc](https://godoc.org/github.com/conformal/btcec?status.png)] +(http://godoc.org/github.com/conformal/btcec) + 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/btcec).