From e76c83b27fc829f65d29bd6d511a7a57c93f1bc2 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Wed, 29 May 2013 18:11:27 -0500 Subject: [PATCH] Fix typo in README.md. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9e7e3ec6e..7dafbbc4f 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,10 @@ btcdb ===== Package btcdb provides a database interface for the bitcoin block chain and -transactions. There is a test suite with a high percentage of code coverage -coverage. 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. +transactions. There is a test suite with a high percentage of code coverage. +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.