From 4527bf973107036fc8d730646ab83441c760cf30 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Fri, 22 Jul 2016 23:57:43 +1000 Subject: [PATCH] README: specify install means `npm` --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ff2b16..dcc317e 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,7 @@ var foobar = { module.exports = foobar ``` -Each of these included packages are seperate to `bitcoinjs-lib`, and must be installed separately. -They are however used in the bitcoinjs-lib public API. +Each of these included packages are separate to `bitcoinjs-lib`, and must be `npm install`'d individually. Using browserify, compile `foo.js` for use in the browser: