Change API for library

This commit is contained in:
Esteban Ordano 2014-12-23 16:33:42 -03:00
parent 494bba36b3
commit 01abaea1ab
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 <dev@bitpay.com>",
"main": "index.js",
"scripts": {