From f6c3d6d57afecdee8de6c150b4ce7c77c3082ed6 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Wed, 29 May 2013 16:36:45 -0500 Subject: [PATCH] Fix typo in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac09b421..689861e8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Package btcdb provides a database interface for the bitcoin block chain and transactions. There is a test suite which is aiming to reach 100% code coverage coverage. See `test_coverage.txt` for the current coverage (using gocov). On a UNIX-like OS, the script `cov_report.sh` can be used to generate the report. -Package btcjson is licensed under the liberal ISC license. +Package btcdb is licensed under the liberal ISC license. ## Sample Use