From 4c60ba5c815f23d25f82674b9d2afe9457f8ca3f Mon Sep 17 00:00:00 2001 From: magmahindenburg Date: Mon, 19 Mar 2018 15:32:37 +0900 Subject: [PATCH] Better explaination --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 245ea3986..db5599552 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ There is a bug when building the next step, you will need to go directly into on ```sh nano node_modules/asn1.js-rfc5280/index.js ``` -Delete the whole try catch part, replace it with only +Delete the whole try catch part at the top, replace it with only ``` var asn1 = require('asn1.js'); ```