Merge pull request #42 from igorbarinov/patch-1

git clone ssh to https change
This commit is contained in:
Braydon Fuller 2015-07-21 08:40:05 -04:00
commit 4f502ec580
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ A Node.js module that adds a native interface to Bitcoin Core for querying infor
## Install ## Install
```bash ```bash
git clone git@github.com:bitpay/bitcoind.js.git git clone https://github.com/bitpay/bitcoind.js.git
cd bitcoind.js cd bitcoind.js
npm install npm install
``` ```