Browse Source

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.
hk-custom-address
Daniel Cousens 10 years ago
parent
commit
75ca385e42
  1. 4
      README.md

4
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') var bitcoin = require('bitcoinjs-lib')
From the repo:
var bitcoin = require('./src/index.js')
### Browser ### Browser

Loading…
Cancel
Save