From 9570e1a91e9275fd2397af33a1d3a6a8e703c94a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 1 Nov 2019 05:47:32 -0600 Subject: [PATCH] v3.0.19: doc fixes for markdown rendering --- README.md | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4866dfc..6453c54 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,10 @@ gl.remove({ Node.js --> -# Node +# Install + +Greenlock comes with reasonable defaults but when you install it, +you should also install any plugins that you need. ```bash npm install --save @root/greenlock @@ -336,7 +339,7 @@ TODO -->
-Custom SSL Cert & Domain Management +SSL Cert & Domain Management ## SSL Certificate & Domain Management @@ -385,7 +388,7 @@ In many cases it will interact with the same database as the Key & Cert Store, a
-Custom Key & Cert Storage +Key & Cert Storage ## Key and Certificate Store @@ -416,7 +419,7 @@ This set of callbacks update your service with new certificates and keypairs.
-Custom ACME HTTP-01 Challenges +ACME HTTP-01 Challenges ## ACME Challenge HTTP-01 Strategies @@ -441,7 +444,7 @@ TODO: getAcmeHttp01Challenge
-Custom ACME DNS-01 Challenges +ACME DNS-01 Challenges ## ACME Challenge DNS-01 Strategies diff --git a/package.json b/package.json index 406d5b0..82f8b56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@root/greenlock", - "version": "3.0.18", + "version": "3.0.19", "description": "The easiest Let's Encrypt client for Node.js and Browsers", "homepage": "https://rootprojects.org/greenlock/", "main": "greenlock.js",