From c3a22f19b9a942bdd1d075a4f9406049fc0548c2 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