From beb4fa1b99219e1459282c5ef5be0e00312544c6 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Thu, 25 Aug 2016 22:14:16 +0200 Subject: [PATCH] Extend description with log argument. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 196e1a6..f0bcefd 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,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 });