From 32030b9d80514244c965c7f1845024895f34eedc Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 15 May 2019 23:30:38 -0600 Subject: [PATCH] typo fix --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e39d4b..34d126f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index afd3f12..7695e5c 100644 --- a/package.json +++ b/package.json @@ -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",