diff --git a/README.md b/README.md index 6883610..e2a2452 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,9 @@ require('greenlock-express').create({ // Join the community to get notified of important updates and help me make greenlock better , communityMember: true + // Contribute telemetry data to the project +, telemetry: true + //, debug: true }).listen(80, 443); @@ -285,6 +288,9 @@ var glx = require('greenlock-express').create({ , webrootPath: '/tmp/acme-challenges' }) + // Contribute telemetry data to the project +, telemetry: true + , approveDomains: approveDomains }); ```