diff --git a/README.md b/README.md index 0dc83ee..bdc435d 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ dns01 .set({ identifier: { value: 'foo.example.com' }, wildcard: false, - dnsHost: '_acme-challenge.foo.example.com' + dnsHost: '_acme-challenge.foo.example.com', dnsAuthorization: 'xxx_secret_xxx' }) .then(function () {