From 14db96d10ad99b8680391416a1641ed35b998144 Mon Sep 17 00:00:00 2001 From: Janis Meister Date: Fri, 30 Jun 2023 13:26:58 +0200 Subject: [PATCH] [refactor] update readme paramter table --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 50217b9..153d9bb 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,12 @@ Real example: `file://C:/Users/.../index.html?remoteAppPort=5899&hideNonTalking= This is a list of all available parameters (all parameters are optional): -| Parameter | Description | Type | Default | -| ---------------- | ---------------------------------------- | ------- | --------------- | -| `remoteAppPort` | The port of the Teamspeak 5 remote app | number | `5899` | -| `hideNonTalking` | Hide all non-talking clients | boolean | `false` | -| `clientLimit` | Count of how many client should be shown | number | `0` (unlimited) | +| Parameter | Description | Type | Default | +| ----------------- | ---------------------------------------- | ------- | --------------- | +| `remoteAppPort` | The port of the Teamspeak 5 remote app | number | `5899` | +| `hideNonTalking` | Hide all non-talking clients | boolean | `false` | +| `clientLimit` | Count of how many client should be shown | number | `0` (unlimited) | +| `showChannelName` | Display the channel name | boolean | `false` | ## Setup (Developer)