From 01abaea1abb457f1dfb788e7d3bb0edfed226759 Mon Sep 17 00:00:00 2001 From: Esteban Ordano Date: Tue, 23 Dec 2014 16:33:42 -0300 Subject: [PATCH] Change API for library --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 312f49fd2..d923bfcf3 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ Bitcore [![Build Status](https://img.shields.io/travis/bitpay/bitcore.svg?branch=master&style=flat-square)](https://travis-ci.org/bitpay/bitcore) [![Coverage Status](https://img.shields.io/coveralls/bitpay/bitcore.svg?style=flat-square)](https://coveralls.io/r/bitpay/bitcore) -A pure and powerful JavaScript Bitcoin API. +A pure and powerful JavaScript Bitcoin library. ## 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. ## Get Started diff --git a/package.json b/package.json index 0d557443c..d33fa7498 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bitcore", "version": "0.8.2", - "description": "A pure and powerful JavaScript Bitcoin API.", + "description": "A pure and powerful JavaScript Bitcoin library.", "author": "BitPay ", "main": "index.js", "scripts": {