Skip to content

Commit 01abaea

Browse files
committed
Change API for library
1 parent 494bba3 commit 01abaea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Bitcore
55
[![Build Status](https://img.shields.io/travis/bitpay/bitcore.svg?branch=master&style=flat-square)](https://travis-ci.org/bitpay/bitcore)
66
[![Coverage Status](https://img.shields.io/coveralls/bitpay/bitcore.svg?style=flat-square)](https://coveralls.io/r/bitpay/bitcore)
77

8-
A pure and powerful JavaScript Bitcoin API.
8+
A pure and powerful JavaScript Bitcoin library.
99

1010
## Principles
1111

12-
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.
12+
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.
1313

1414
## Get Started
1515

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bitcore",
33
"version": "0.8.2",
4-
"description": "A pure and powerful JavaScript Bitcoin API.",
4+
"description": "A pure and powerful JavaScript Bitcoin library.",
55
"author": "BitPay <dev@bitpay.com>",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)