From f7e8f4a225902dcfc9ce0e711bc4e8f20b932f47 Mon Sep 17 00:00:00 2001 From: Janis Date: Mon, 24 Jul 2023 02:21:18 +0200 Subject: [PATCH] update readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index d5b2ece..6f084a7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,19 @@ This is a ReactJS hook for the TeamSpeak5 RemoteApp API. It gathers all the events and methods from the API and makes them available as React states. +## Table of Contents + +- [React TeamSpeak5 RemoteApp API](#react-teamspeak5-remoteapp-api) + - [Table of Contents](#table-of-contents) + - [Installation](#installation) + - [Usage](#usage) + - [Examples](#examples) + - [Get all clients in the current channel](#get-all-clients-in-the-current-channel) + - [Types](#types) + - [IConnection](#iconnection) + - [IChannel](#ichannel) + - [IClient](#iclient) + ## Installation ```bash