Skip to content

Commit 20c705d

Browse files
author
Keith Kirk
committed
update readme
1 parent 4be4bf1 commit 20c705d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Segment PHP Client
77
[![Total Downloads](http://img.shields.io/packagist/dt/uecode/segment-io-php.svg?style=flat-square)](https://packagist.org/packages/uecode/segment-io-php)
88

99
This library provides a Web Service Client for the Segment.io HTTP API
10-
using [Guzzle v4](http://guzzlephp.org).
10+
using [Guzzle v5](http://guzzle.readthedocs.org/en/5.3/).
1111

1212
### Basic Usage
1313
```php
@@ -42,7 +42,7 @@ Setting | Property Name | Description
4242
--- | --- | ---
4343
API Write Key | `write_key` | The Segment.io API Write Key
4444
API Version | `version` | The API Version. Used to version the API (default: `v1`)
45-
Batching | `batching` | A method of batching calls to the API to reduce latency of over the wire requests (supports: `request` or `file`)
45+
Batching | `batching` | A method of batching calls to the API to reduce latency of over the wire requests (supports: `request` or `file`) - use `false` to disable
4646
Request Batching: Max Queue Size | `max_queue_size` | When using Request Batching, this is the total amount of Events to queue before flushing
4747
Request Batching: Batch Size | `batch_size` | When using Request Batching, this is the total amount of Events sent in a single Request
4848
File Batching: Log File | `log_file` | When using File Batching, this determines what file to log Events to

0 commit comments

Comments
 (0)