From e1429a6278a2a609d48a0644f65e07c80d58b72d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 12 Aug 2016 03:06:32 -0400 Subject: [PATCH] syntax highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe88fed..6449177 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ and potentially `agreeToTerms(opts, cb)` for new accounts. The master takes **the same arguments** as `node-letsencrypt`, plus a few extra: `master.js`: -``` +```javascript 'use strict'; var cluster = require('cluster'); @@ -110,7 +110,7 @@ renewal and for `le.challenge.get`. If you want to a non-default `le.challenge` `worker.js`: -``` +```javascript 'use strict'; module.exports.init = function (sharedOpts) {