diff --git a/README.md b/README.md index 1ee07b9b0..5aca2fdf4 100644 --- a/README.md +++ b/README.md @@ -181,10 +181,12 @@ Bitcore ------- Copay uses the Javascript library Bitcore for Bitcoin related functions. Bitcore should be built this way: + ``` var cmd = `node util/build_bitcore.js` cd node $cmd +``` Payment Protocol ---------------- @@ -194,8 +196,3 @@ Copay support BIP70 (Payment Protocol), with the following current limitations: * Only one output is allowed. Payment requests is more that one output are not supported. * Only standard Pay-to-pubkeyhash and Pay-to-scripthash scripts are supported (on payment requests). Other script types will cause the entire payment request to be rejected. * Memos from the custormer to the server are not supported (i.e. there is no place to write messages to the server in the current UX) - - - - -```