From 7354ecefe87b27827bf2eb9ad50bfc2b90de43de Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 8 Jul 2014 08:26:17 -0500 Subject: [PATCH] Add godoc reference badge to README.md. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d6ada3e..eb05c1ed 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,6 @@ See `test_coverage.txt` for the current coverage (using gocov). Alternatively, if you are running a POSIX OS, you can run the cov_report.sh script for a real-time report. Package btcdb is licensed under the liberal ISC license. -Note that the main `Db` interface is not yet finalized, so it is subject to -change. - ## Sample Use ```Go @@ -43,6 +40,9 @@ change. ## Documentation +[![GoDoc](https://godoc.org/github.com/conformal/btcdb?status.png)] +(http://godoc.org/github.com/conformal/btcdb) + 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/btcdb).