diff --git a/README.md b/README.md index 9647c54..7690ffa 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ ## Get Started -Before being able to use this repository, you will need to build the @anonymousbitcoin/anoncore-lib for browser which is a required dependency. This can be done easily by running: +Before being able to use this repository, you will need to build the bitcore-lib-anon for browser which is a required dependency. This can be done easily by running: ``` npm install npm run build ``` -You will find in the vendor folder the file index.js which index.html reference. This file handle a browserified version of @anonymousbitcoin/anoncore-lib aswell as some inner logic that you can find in "js/index.js". +You will find in the vendor folder the file index.js which index.html reference. This file handle a browserified version of bitcore-lib-anon aswell as some inner logic that you can find in "js/index.js". ## Dockerized diff --git a/index.html b/index.html index f3b7007..c138193 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@ } } $(document).ready(function() { - typeof(_bitcore) !== "undefined" || displayError('missing_build') + typeof(_bitcore) !== "undefined" || console.log('missing_build') }); @@ -100,7 +100,7 @@
Paste the resulting transaction id to move to the next step.
+Paste the resulting transaction ID to move to the next step.
Waiting for 6 block confirmations, this should take approximately 15 minutes.
+Waiting for 6 block confirmations.