From f0a4c390fe3ac1bcf5f796d5e2fa22380f8a5e6f Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 12 Aug 2016 03:08:58 -0400 Subject: [PATCH] fix example --- examples/worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/worker.js b/examples/worker.js index fe2e001..e84726c 100644 --- a/examples/worker.js +++ b/examples/worker.js @@ -44,7 +44,7 @@ module.exports.init = function (sharedOpts) { domain: workerOptions.domains[0] , options: { domains: certs && certs.altnames || workerOptions.domains - , email: 'aj@coolaj86.com' + , email: 'john.doe@example.com' , agreeTos: true } , certs: certs