From c8f3cbe390a3e550cc3d52dca4a23de4237960e3 Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Wed, 5 Aug 2015 16:34:51 -0400 Subject: [PATCH] Fixed README for Bitcore versus Bitcoin. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54ec1402..c1352044 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Bitcore Node ======= -A Node.js module that adds a native interface to Bitcoin Core for querying information about the Bitcoin blockchain. Bindings are linked to Bitcore Core compiled as a static library. +A Node.js module that adds a native interface to Bitcoin Core for querying information about the Bitcoin blockchain. Bindings are linked to Bitcoin Core compiled as a static library. ## Install