From 7f25d8410988de1222ff1d76710cacbb49f0a3c1 Mon Sep 17 00:00:00 2001 From: "F. N" Date: Tue, 16 Feb 2016 23:20:50 +0100 Subject: [PATCH] debug overwrite documentation Add information about the debug overwrite behavior of .testing() to the documentation. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d98088c..d00449c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ npm install --save letsencrypt-express ```javascript 'use strict'; -// Note: using staging server url, remove .testing() for production +/* Note: using staging server url, remove .testing() for production +Using .testing() will overwrite the debug flag with true */ var LEX = require('letsencrypt-express').testing(); var lex = LEX.create({