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:
parent
c11f50542e
commit
75ca385e42
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue