From 7b388b04a7368c46cae2eae9b80dbec4c40ca3b1 Mon Sep 17 00:00:00 2001 From: thefosk Date: Tue, 7 Jan 2014 05:48:52 +0100 Subject: [PATCH] fixing typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 855184b..4043a6c 100644 --- a/README.md +++ b/README.md @@ -149,10 +149,10 @@ Unirest::clearDefaultHeaders(); ### SSL validation -You can esplicitly enable or disable SSL certificate validation +You can explicitly enable or disable SSL certificate validation when consuming an SSL protected endpoint: ```php -Unirest::verifiyPeer(false); +Unirest::verifiyPeer(false); // Disables SSL cert validation ``` By default is `true`.