Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dietercoopman committed Jun 15, 2023
1 parent 582d2e2 commit ab9ffdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ First instantiate the Teams class
$teamsClass = new Teams();
```

Get alle the teams you have joined

```php
$joinedTeams = $teamsClass->getJoinedTeams();
```
Expand Down

0 comments on commit ab9ffdb

Please sign in to comment.