diff --git a/README.md b/README.md index 4043a6c..2a974f1 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ Unirest::clearDefaultHeaders(); You can explicitly enable or disable SSL certificate validation when consuming an SSL protected endpoint: ```php -Unirest::verifiyPeer(false); // Disables SSL cert validation +Unirest::verifyPeer(false); // Disables SSL cert validation ``` By default is `true`.