From a332765a9be9cf429f2b72eb4f2f69b20f6e7313 Mon Sep 17 00:00:00 2001 From: scottmotte Date: Tue, 7 Jan 2014 14:32:51 -0800 Subject: [PATCH] Minor spelling fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.