From 35d62d37857eb2c05bbc17416c81a04707085d6e Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Wed, 9 May 2018 23:37:14 -0400 Subject: [PATCH] wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aa6653..382f3d9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Simple, database-free Bitcoin blockchain explorer, via RPC. Built with Node.js, This tool is intended to be a simple, self-hosted explorer for the Bitcoin blockchain, driven by RPC calls to your own bitcoind node. This tool is easy to run but lacks features compared to full-fledged (database-backed) explorers. -I built this tool because I wanted to use it myself. Whatever reasons one might have for running a full node (trustlessness, technical curiosity, etc) it's helpful to appreciate the "fullness" of a node. With this explorer, one can not only explore the blockchain (in the traditional sense of the term "explorer"), but also explore the capabilities of one's own node. +I built this tool because I wanted to use it myself. Whatever reasons one might have for running a full node (trustlessness, technical curiosity, supporting the network, etc) it's helpful to appreciate the "fullness" of your node. With this explorer, you can not only explore the blockchain (in the traditional sense of the term "explorer"), but also explore the capabilities of your own node. A live demo of the tool is available at https://btc-explorer.com