From 75ca385e42e4f0fa5eabf060d239ecf5512a7ffd Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Sun, 8 Feb 2015 11:59:59 +1100 Subject: [PATCH] README: no need to provide 'from the repo' require Alternatively, they could also just do the standard `require('./')` if they really wanted to do this. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 7eb776b..21ae379 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,6 @@ If you are looking for the original, it is tagged as `0.1.3`. Unless you need it var bitcoin = require('bitcoinjs-lib') -From the repo: - - var bitcoin = require('./src/index.js') - ### Browser