From 7420ef26028f9566c8fcd288d7b860ac012d1a1f Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 21 Sep 2016 17:47:47 -0600 Subject: [PATCH] whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47a952a..179a5f7 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ le = LE.create({ , agreeToTerms: leAgree // hook to allow user to view and accept LE TOS //, sni: require('le-sni-auto').create({}) // handles sni callback , debug: false -//, log: function (debug) {console.log.apply(console, args);} // handles debug outputs +//, log: function (debug) {console.log.apply(console, args);} // handles debug outputs });