From da5b69d74b1c72519c4260540a70c7b628a9bbda 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 08b2643..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@daplie.com' + , email: 'john.doe@example.com' , agreeTos: true } , certs: certs