typo fix
This commit is contained in:
parent
202ba6b787
commit
32030b9d80
|
@ -24,7 +24,7 @@ Other ACME Challenge Reference Implementations:
|
|||
## Install
|
||||
|
||||
```bash
|
||||
npm install --save acme-http-01-dns@3.x
|
||||
npm install --save acme-dns-01-cli@3.x
|
||||
```
|
||||
|
||||
If you have `greenlock@v2.6` or lower, you'll need the old `le-challenge-dns@2.x` instead.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "acme-dns-01-cli",
|
||||
"version": "3.0.6",
|
||||
"version": "3.0.7",
|
||||
"description": "A manual (interactive CLI) dns-based strategy for Greenlock / Let's Encrypt / ACME DNS-01 challenges",
|
||||
"homepage": "https://greenlock.domains/",
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Reference in New Issue