From f0917dade5a78efcbfd448f89091bac3c6cfdd12 Mon Sep 17 00:00:00 2001 From: Sven Paulsen Date: Sun, 15 Apr 2018 18:27:30 +0200 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec00b54..59a59cd 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ If you don't want to use the [Simple REST API](https://www.planetteamspeak.com/r ##### The `servernodes` API endpoint (`dataUrl`) -In the he following example, we use the [TS3 PHP Framework](https://github.com/planetteamspeak/ts3phpframework/) to connect to the ServerQuery interface of a TeamSpeak 3 Server and gather information about its channel structure and clients connected. The result is returned in JSON format. +In the he following example, we connect to the ServerQuery interface of a TeamSpeak 3 Server and gather information about its channel structure and clients connected. The result is returned in JSON format. ```php