From c14077c0995bb32d3f6ed3b6d30df94f72cbfe10 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 17 Aug 2016 09:09:43 -0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 396c735..107d950 100644 --- a/README.md +++ b/README.md @@ -133,9 +133,10 @@ var lex = require('letsencrypt-express').create({ cb(null, { options: opts, certs: certs }); } }); +``` - +```javascript // handles acme-challenge and redirects to https require('http').createServer(lex.middleware()).listen(80, function () { console.log("Listening for ACME http-01 challenges on", this.address());