From 1a1ef18af815c608ef70eeca23a599a6eb0dcb20 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 14 Oct 2016 09:51:34 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 863e060..e6b4d76 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Usage ```bash var leChallenge = require('le-challenge-fs').create({ webrootPath: '~/letsencrypt/srv/www/:hostname/.well-known/acme-challenge' // defaults to os.tmpdir() -, loopbackPort: 5001 // defaults to 80 +//, loopbackPort: 5001 // defaults to 80 , loopbackTimeout: 3000 // defaults to 3000ms , debug: false });