From e0ef586b88e7b013b9ee27318b5e2aa57d9bee42 Mon Sep 17 00:00:00 2001 From: Daniel Stevens Date: Mon, 16 Mar 2015 11:36:57 -0500 Subject: [PATCH] Added timeout to docs --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2d4351b..692ebfe 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,14 @@ catch (Exception $e) { echo "Code: " . $e->getCode() . " Message: " . $e->getMessage(); } ``` +#### Options + +**timeout** `integer` (optional) - Maximum time, in milliseconds, for the API to complete a verification request. Default: 6000. + +```php +// Example with options +$response = $kickbox->verify("test@example.com", array('timeout' => 6000)); +``` ### Response information