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'), base58: require('bs58'),
bitcoin: require('bitcoinjs-lib'), bitcoin: require('bitcoinjs-lib'),
ecurve: require('ecurve'), ecurve: require('ecurve'),
BigInteger: require('bigi'), BigInteger: require('bigi')
Buffer: require('buffer')
} }
``` ```

Loading…
Cancel
Save