syntax highlighting

Este commit está contenido en:
AJ ONeal 2016-08-12 03:06:32 -04:00
padre 8aaab26168
commit e1429a6278
Se han modificado 1 ficheros con 2 adiciones y 2 borrados

Ver fichero

@ -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) {