Skip to content

Commit

Permalink
Update table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
baileyherbert committed Oct 26, 2021
1 parent 3cfb6ab commit 8a5bf1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ An API client for Envato in PHP, with simplified OAuth, token storage, and reque
- [Get total number of users](#get-total-number-of-users)
- [Get total number of items](#get-total-number-of-items)
- [Get total number of items by site](#get-total-number-of-items-by-site)
- [Other Endpoints](#other-endpoints)
- [Get the client's identity](#get-the-clients-identity)
- [Handling Errors & Exceptions](#handling-errors--exceptions)
- [Authorization Errors](#authorization-errors)
- [Request Errors](#request-errors)
Expand Down Expand Up @@ -390,7 +392,7 @@ $client->market->items();
$client->market->site(['site' => 'codecanyon']);
```

## Other endpoints
## Other Endpoints

### Get the client's identity

Expand Down

0 comments on commit 8a5bf1c

Please sign in to comment.