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",