From 94789db04268da9a6ca8dc890216a5f60dd4ea45 Mon Sep 17 00:00:00 2001 From: AJ ONeal <coolaj86@gmail.com> Date: Wed, 28 Nov 2018 16:53:44 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f50b51..b28f548 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bluecrypt ASN.1 Parser -An ASN.1 parser in less than 100 lines of Vanilla JavaScript, +An ASN.1 decoder in less than 100 lines of Vanilla JavaScript, part of the Bluecrypt suite. <br> <small>(< 150 with newlines and comments)</small> @@ -17,7 +17,7 @@ part of the Bluecrypt suite. * [x] Online [Demo](https://coolaj86.com/demos/asn1-parser/) * [ ] Node.js (built, publishing soon) -### Need an ASN.1 Bulider too? +### Need an ASN.1 Builder too? Check out https://git.coolaj86.com/coolaj86/asn1-packer.js/