Skip to content

Commit 7979d68

Browse files
author
Keith Kirk
committed
readme update
1 parent b2bd56d commit 7979d68

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Segment PHP Client
22
===================
33

4-
[![Build Status](https://travis-ci.org/uecode/segment-io-php.svg?branch=master)](https://travis-ci.org/uecode/segment-io-php)[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/uecode/segment-io-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/uecode/segment-io-php/?branch=master)
4+
[![Build Status](https://travis-ci.org/uecode/segment-io-php.svg?branch=master)](https://travis-ci.org/uecode/segment-io-php) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/uecode/segment-io-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/uecode/segment-io-php/?branch=master)
55

66
This library provides a Web Service Client for the Segment.io HTTP API
77
using [Guzzle v4](http://guzzlephp.org).
@@ -12,7 +12,8 @@ use SegmentIO\Client;
1212

1313
$client = new Client(['write_key' => $writeKey]);
1414

15-
// Identify the user
15+
// Identify the user - assuming, below, that you
16+
// have a $user object from your database
1617
$client->identify([
1718
'userId' => $user->getId(),
1819
'traits' => [

0 commit comments

Comments
 (0)