From 2047567703e04d49611fef864834b653e11e3797 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Mon, 5 Jan 2015 13:00:19 +1100 Subject: [PATCH] README: add note about browserify version --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be9c453..3c53f50 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ These steps are advisory only and allow you to use the API to its full extent. [Browserify](https://github.com/substack/node-browserify) is assumed to be installed for these steps. - From your repository, create a `bitcoin.js` file ``` javascript @@ -79,6 +78,8 @@ Then, using browserify, compile `bitcoin.js` for use in the browser: You will then be able to load `dist/bitcoin.js` into your browser, with each of the dependencies above accessible from the global `bitcoin` object. +**NOTE**: See the package.json for the currently supported version of browserify used by this repository. + ## Examples