Fix typo in README.md.
This commit is contained in:
parent
b4e38662ba
commit
e76c83b27f
1 changed files with 4 additions and 5 deletions
|
@ -2,11 +2,10 @@ btcdb
|
||||||
=====
|
=====
|
||||||
|
|
||||||
Package btcdb provides a database interface for the bitcoin block chain and
|
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
|
transactions. There is a test suite with a high percentage of code coverage.
|
||||||
coverage. See `test_coverage.txt` for the current coverage (using gocov).
|
See `test_coverage.txt` for the current coverage (using gocov). Alternatively,
|
||||||
Alternatively, if you are running a POSIX OS, you can run the cov_report.sh
|
if you are running a POSIX OS, you can run the cov_report.sh script for a
|
||||||
script for a real-time report. Package btcdb is licensed under the liberal
|
real-time report. Package btcdb is licensed under the liberal ISC license.
|
||||||
ISC license.
|
|
||||||
|
|
||||||
Note that the main `Db` interface is not yet finalized, so it is subject to
|
Note that the main `Db` interface is not yet finalized, so it is subject to
|
||||||
change.
|
change.
|
||||||
|
|
Loading…
Reference in a new issue