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 });