From 2b843de34b77738d4ad56311e0412bf1171a0d09 Mon Sep 17 00:00:00 2001 From: jasir Date: Tue, 7 Jan 2014 12:29:19 +0100 Subject: [PATCH] typo in doc --- 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`.