Skip to content

Commit 8a5bf1c

Browse files
committed
Update table of contents
1 parent 3cfb6ab commit 8a5bf1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ An API client for Envato in PHP, with simplified OAuth, token storage, and reque
4444
- [Get total number of users](#get-total-number-of-users)
4545
- [Get total number of items](#get-total-number-of-items)
4646
- [Get total number of items by site](#get-total-number-of-items-by-site)
47+
- [Other Endpoints](#other-endpoints)
48+
- [Get the client's identity](#get-the-clients-identity)
4749
- [Handling Errors & Exceptions](#handling-errors--exceptions)
4850
- [Authorization Errors](#authorization-errors)
4951
- [Request Errors](#request-errors)
@@ -390,7 +392,7 @@ $client->market->items();
390392
$client->market->site(['site' => 'codecanyon']);
391393
```
392394

393-
## Other endpoints
395+
## Other Endpoints
394396

395397
### Get the client's identity
396398

0 commit comments

Comments
 (0)