Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfeehan committed Feb 24, 2015
1 parent 688f145 commit 828f4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ $client = Client::factory(array(
foreach ($client->getIterator("ListUsers") as $user) {
// do things with $user

$getCasesForCurrentUser = $user->getLink("cases");
$casesForCurrentUser = $user->getLink("cases")->execute();
}
```

Expand Down

0 comments on commit 828f4ee

Please sign in to comment.