From 354f9f7e7ee9fd67eab5414a3b1b4ac3b4596d39 Mon Sep 17 00:00:00 2001 From: peterbakker Date: Thu, 19 Mar 2020 19:49:43 +0100 Subject: [PATCH] fixed README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d263aa3..b0224f1 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ After exposing the challenges (made accessible through HTTP or DNS) we can perfo be sure it works. For a DNS test call: ```php -$client->selfTest($authorization, Client::TYPE_DNS); +$client->selfTest($authorization, Client::VALIDATON_DNS); ``` For a HTTP challenge test call: