From 6a6e8dddf02c37df29c283c7188bd0a976d7dca1 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 27 Jan 2015 19:17:54 -0600 Subject: [PATCH] Correct a couple of descriptions in docs/README.md. --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 71edaa0b8..78189bff8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -202,8 +202,8 @@ information. * [btcscript](https://github.com/btcsuite/btcscript) - Implements the Bitcoin transaction scripting language * [btcec](https://github.com/btcsuite/btcec) - Implements support for the + elliptic curve cryptographic functions needed for the Bitcoin scripts * [database](https://github.com/btcsuite/btcd/tree/master/database) - - Provides a database interface elliptic curve cryptographic functions - needed for the Bitcoin scripts for the Bitcoin block chain + Provides a database interface for the Bitcoin block chain * [btcutil](https://github.com/btcsuite/btcutil) - Provides Bitcoin-specific convenience functions and types \ No newline at end of file