From 33d4ff907948d666b9ca331c3d1cd2fe4a17ee4f Mon Sep 17 00:00:00 2001 From: Sean Lavine Date: Sun, 25 Oct 2015 20:38:42 -0700 Subject: [PATCH] readme: add mention of bitcoin-promise module --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 2d56e6c..897dba3 100644 --- a/Readme.md +++ b/Readme.md @@ -6,6 +6,8 @@ The API is equivalent to the API document [here](https://en.bitcoin.it/wiki/Orig The methods are exposed as lower camelcase methods on the `bitcoin.Client` object, or you may call the API directly using the `cmd` method. +This module uses callbacks, which is the prevalent way to work with asynchronous functions in Node.js. If you'd like to instead use promises, then please see the [bitcoin-promise](https://github.com/rcorbish/node-bitcoin-promise) module. + ## Install `npm install bitcoin`