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