Skip to content

Commit ea3dc26

Browse files
author
Dominik Hošic
committed
Readme small fix
1 parent 560646f commit ea3dc26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ $response = $api->email
6161
->setClientIP("127.0.0.1") // Sets the client IP address.
6262
->setClientCountry("CZ") // Sets the client country code.
6363
->setOptions([
64-
"validationType" => "basic",// Set the validation type to "basic".
6564
"acceptDisposableEmails" => false // Disables acceptance of disposable emails.
6665
])
6766
->validate("[email protected]"); // Sends request to Foxentry API and performs email validation.

0 commit comments

Comments
 (0)