Skip to content

Commit b2f4b8e

Browse files
committed
update readme
1 parent 2c3cd45 commit b2f4b8e

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
# TeamSpeak 3 Client Plugin SDK
1+
# TeamSpeak 3 Client Plugin SDK: Helper Repository
22

3-
This is the official helper repository that contains example code and the SDK header files
4-
required to create native plugins for the TeamSpeak 3 Client.
3+
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.
54

6-
## Getting Started
5+
## Quick Start Guide
76

8-
It's strongly recommended to build upon the test plugin. Plugins are required to export some
9-
special functions, which already exist in the test plugin. Optional functions may be removed
10-
if not used. See code comments for details.
7+
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.
118

12-
For more information, please refer to the following pages:
9+
## Additional Resources
1310

14-
- [TeamSpeak Community Forums](https://forum.teamspeak.com)
15-
- [TeamSpeak SDK Downloads](https://www.teamspeak.com/downloads#sdk)
11+
To expand your knowledge and get support, we recommend visiting the following resources:
1612

17-
## Copyright
13+
- [TeamSpeak Community Forums](https://community.teamspeak.com): Connect with other developers and TeamSpeak users.
14+
- [TeamSpeak SDK Downloads](https://www.teamspeak.com/downloads#sdk): Access the latest version of our SDK and other development resources.
1815

19-
Copyright © TeamSpeak Systems GmbH. All rights reserved.
16+
## Copyright Information
17+
18+
This repository is protected under copyright law. Copyright © TeamSpeak Systems GmbH. All rights reserved.

0 commit comments

Comments
 (0)