From b2f4b8e574d13c584ba8cae0c5ab6e1a0c3048e6 Mon Sep 17 00:00:00 2001 From: Sven Paulsen Date: Mon, 31 Jul 2023 12:40:29 +0200 Subject: [PATCH] update readme --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4dd0908..b08bbc7 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,18 @@ -# TeamSpeak 3 Client Plugin SDK +# TeamSpeak 3 Client Plugin SDK: Helper Repository -This is the official helper repository that contains example code and the SDK header files -required to create native plugins for the TeamSpeak 3 Client. +Welcome to the official helper repository for creating native plugins for the TeamSpeak 3 Client. This repository includes example code and SDK header files to assist in the development of your plugin. -## Getting Started +## Quick Start Guide -It's strongly recommended to build upon the test plugin. Plugins are required to export some -special functions, which already exist in the test plugin. Optional functions may be removed -if not used. See code comments for details. +To get started, it's highly recommended that you base your plugin on the provided test plugin. This test plugin includes the necessary special functions that your plugin must export. If certain optional functions are not needed for your project, feel free to remove them. For more details, please refer to the code comments. -For more information, please refer to the following pages: +## Additional Resources -- [TeamSpeak Community Forums](https://forum.teamspeak.com) -- [TeamSpeak SDK Downloads](https://www.teamspeak.com/downloads#sdk) +To expand your knowledge and get support, we recommend visiting the following resources: -## Copyright +- [TeamSpeak Community Forums](https://community.teamspeak.com): Connect with other developers and TeamSpeak users. +- [TeamSpeak SDK Downloads](https://www.teamspeak.com/downloads#sdk): Access the latest version of our SDK and other development resources. -Copyright © TeamSpeak Systems GmbH. All rights reserved. +## Copyright Information + +This repository is protected under copyright law. Copyright © TeamSpeak Systems GmbH. All rights reserved.