Skip to content

Commit 13192fe

Browse files
committed
Updated README.md
1 parent e3fa92c commit 13192fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,14 @@ $message
6363

6464
$chat = new Chat('your_flow_api_token');
6565

66-
if (!$chat->sendMessage($message)) {
66+
if (!$chat->sendMessage($message, array('connect_timeout' => 1, 'timeout' => 1))) {
6767
// handle errors...
6868
$message->getErrors();
6969
}
7070
```
7171

72+
...and more features coming soon...
73+
7274
<a name="contribution"></a>
7375

7476
## Contribution

0 commit comments

Comments
 (0)