From 5044e1bcd510a9c7701b2cffa36347e178b3af54 Mon Sep 17 00:00:00 2001 From: cyrille Date: Wed, 8 May 2019 18:35:59 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fb294f..aa4cd9e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,9 @@ var Greenlock = require("greenlock-express"); var greenlock = Greenlock.create({ // Other options - , challenge: challenge + , challenges: { + 'http-01': challenge + } }); // Continue your greenlock setup