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