Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cardona committed Aug 14, 2018
1 parent 9cb6ca2 commit 4739c84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# `bitbox-cli`

## Command line tool for https://www.bitbox.earth
## Command line tool for https://developer.bitcoin.com/bitbox.html

`bitbox-cli` is a utility for creating great [Bitcoin Cash](https://www.bitcoincash.org) applications. If can be used from the command line or from within client/server apps.

Extensive documentation available at:

* [General docs](https://www.bitbox.earth/docs/gettingstarted)
* [BITBOX API](https://www.bitbox.earth/bitboxcli/bitcoincash)
* [BITBLOG](https://bigearth.github.io/bitblog/)
* [General docs](https://developer.bitcoin.com)
* [BITBOX API](https://developer.bitcoin.com/bitbox.html)

Open Source / Creative Commons Listings

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let corsproxy = require('corsproxy');
let cmd = require('node-cmd');

program
.version('1.5.0');
.version('1.5.1');

program
.command('new <name>')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitbox-cli",
"version": "1.5.0",
"version": "1.5.1",
"description": "BITBOX javascript sdk for Bitcoin Cash",
"author": "Gabriel Cardona @ Bitcoin.com",
"main": "index.js",
Expand Down

0 comments on commit 4739c84

Please sign in to comment.