From 8f4bbc389aebd46ab2168b8259c1a80ae21e12cc Mon Sep 17 00:00:00 2001 From: magmahindenburg Date: Mon, 19 Mar 2018 15:31:52 +0900 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c851c0cf..245ea3986 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ npm run apply:bitcoincom ``` There is a bug when building the next step, you will need to go directly into one of the javascript files in node_modules ```sh -nano Wallet/node_modules/asn1.js-rfc5280/index.js +nano node_modules/asn1.js-rfc5280/index.js ``` Delete the whole try catch part, replace it with only ```