From 287d0b6606a2756dbeec9e5dce8268cfe8bd7608 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 19 Aug 2016 13:31:37 -0600 Subject: [PATCH] fix #79 put colon in example in the right place --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77e3ddc..4d2dd8a 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ var lex = require('letsencrypt-express').create({ // If you wish to replace the default plugins, you may do so here // -, challenges: { 'http-01:' require('le-challenge-fs').create({ webrootPath: '/tmp/acme-challenges' }) } +, challenges: { 'http-01': require('le-challenge-fs').create({ webrootPath: '/tmp/acme-challenges' }) } , store: require('le-store-certbot').create({ webrootPath: '/tmp/acme-challenges' }) // You probably wouldn't need to replace the default sni handler