Browse Source

Extend description with log argument.

greenlock
GermanBluefox 8 years ago
committed by GitHub
parent
commit
beb4fa1b99
  1. 1
      README.md

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

Loading…
Cancel
Save