From 494bba36b39ee320f57ec2a73be0f4067f41aa16 Mon Sep 17 00:00:00 2001 From: Esteban Ordano Date: Tue, 23 Dec 2014 13:53:32 -0300 Subject: [PATCH] Remove repeated "powerful" mentions on doc index --- docs/guide/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index 023b2a6..b75cfc8 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -1,10 +1,8 @@ # Bitcore v0.8 -Welcome to the documentation for bitcore, a pure and powerful JavaScript Bitcoin API. - ## Principles -Bitcoin is a powerful new peer-to-peer platform for the next generation of financial technology. The decentralized nature of the Bitcoin network allows for highly resilient bitcoin infrastructure, and the developer community needs reliable, open-source tools to implement bitcoin apps and services. Bitcore provides a powerful API to Bitcoin. +Bitcoin is a powerful new peer-to-peer platform for the next generation of financial technology. The decentralized nature of the Bitcoin network allows for highly resilient bitcoin infrastructure, and the developer community needs reliable, open-source tools to implement bitcoin apps and services. Bitcore provides a reliable API for javascript apps that need to interface with Bitcoin. To get started, just `npm install bitcore` or `bower install bitcore`.