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.
This commit is contained in:
Daniel Cousens 2015-02-08 11:59:59 +11:00
parent c11f50542e
commit 75ca385e42

View file

@ -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