Browse Source

README: browserify accounts for Buffer globally

hk-custom-address
Daniel Cousens 8 years ago
committed by GitHub
parent
commit
c9875720f8
  1. 3
      README.md

3
README.md

@ -57,8 +57,7 @@ module.exports = {
base58: require('bs58'),
bitcoin: require('bitcoinjs-lib'),
ecurve: require('ecurve'),
BigInteger: require('bigi'),
Buffer: require('buffer')
BigInteger: require('bigi')
}
```

Loading…
Cancel
Save