From 3d084a52b4a262c3227736183a4c8d1bd6a2d468 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 25 Nov 2018 21:23:26 -0700 Subject: [PATCH] v1.0.1: fix typos in docs and comments --- README.md | 8 ++++---- index.html | 4 ++-- package.json | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f6a9346..ecd52f6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# BlueCrypt ASN.1 Parser +# Bluecrypt ASN.1 Parser An ASN.1 parser in less than 100 lines of Vanilla JavaScript, -part of the BlueCrypt suite. +part of the Bluecrypt suite.
(< 150 with newlines and comments) @@ -32,7 +32,7 @@ part of the BlueCrypt suite. ``` ```js -'use strict"; +'use strict'; var ASN1 = window.ASN1 // 62 lines var Enc = window.Enc // 27 lines @@ -92,5 +92,5 @@ to produce a small, focused file that does exactly what it needs to do. # Legal -[BlueCrypt VanillaJS ASN.1 Parser](https://git.coolaj86.com/coolaj86/asn1-parser.js) | +[Bluecrypt VanillaJS ASN.1 Parser](https://git.coolaj86.com/coolaj86/asn1-parser.js) | MPL-2.0 diff --git a/index.html b/index.html index 0b4cbd7..b115dc7 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - ASN.1 Parser - BlueCrypt + ASN.1 Parser - Bluecrypt -

BlueCrypt ASN.1 Parser

+

Bluecrypt ASN.1 Parser