Skip to content

Commit

Permalink
Merge pull request #229 from intercom/readme_update
Browse files Browse the repository at this point in the history
Adding example for viewing segment
  • Loading branch information
choran authored Aug 28, 2017
2 parents c2c8f7f + c31ea94 commit 7c47e22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ $client->tags->tag([
$client->segments->getSegments();
```

// View a segment
```
$client->segments->getSegment("58a707924f6651b07b94376c");
```

## Events

Expand Down

0 comments on commit 7c47e22

Please sign in to comment.