From d6a3a7939bbdaa4fa0689847a77bd04f7a3f551e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 26 Oct 2019 00:30:13 -0600 Subject: [PATCH] typo fix html --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 34b5035..209cda6 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ To make it easy to generate, encode, and decode keys and certificates, ACME.js uses [Keypairs.js](https://git.rootprojects.org/root/keypairs.js) and [CSR.js](https://git.rootprojects.org/root/csr.js) - +
Node.js ```js @@ -200,9 +200,9 @@ npm install --save @root/acme var ACME = require('@root/acme'); ``` - +
- +
WebPack ```html @@ -215,9 +215,9 @@ var ACME = require('@root/acme'); var ACME = require('@root/acme'); ``` - +
- +
Vanilla JS ```html @@ -242,7 +242,7 @@ Use var ACME = window['@root/acme']; ``` - +
# Challenge Callbacks