Update README.md

This commit is contained in:
AJ ONeal 2015-12-13 00:32:25 -08:00
parent a0da8ceb28
commit ef9dfe4107
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ var le = LE.create(config.backend, config.le, {
}
// register / renew the certificate in the background
le.register(args, function () {});
le.register(args, cb);
}
});