From d3f958df9856716b1f207d00d8febd4da0d6a10b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 6 Jun 2019 06:50:24 +0000 Subject: [PATCH] typo fix http-01 => dns-01 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d2f9c4..0eefcf1 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Here's a quick pseudo stub-out of what a test-passing plugin object might look l ```js tester - .test('http-01', 'example.com', { + .test('dns-01', 'example.com', { set: function(opts) { var ch = opts.challenge;