fixed README.md

This commit is contained in:
peterbakker
2020-03-19 19:49:43 +01:00
parent 6455a33db1
commit 354f9f7e7e

View File

@@ -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: