2
0
mirror of https://github.com/therootcompany/greenlock.js.git synced 2025-03-06 08:40:41 +00:00

formatting

This commit is contained in:
AJ ONeal 2016-08-09 18:57:23 -06:00 committed by GitHub
parent 1e2bf80b5d
commit bc482028b7

View File

@ -61,7 +61,9 @@ of how to use this library:
```javascript
var le = require('letsencrypt').create({ server: 'staging' });
le.register({ domains: ['example.com'], email: 'user@email.com', agreeTos: true }).then(function (results) {
le.register({
domains: ['example.com'], email: 'user@email.com', agreeTos: true
}).then(function (results) {
console.log(results);
}, function (err) {
console.error(err);