From 06b940b7c9fd028fa61d6926f600da203c7604e8 Mon Sep 17 00:00:00 2001 From: DerTyp7 Date: Fri, 24 Jan 2025 13:31:50 +0100 Subject: [PATCH] Fix README and package.json to update API name from TeamSpeak5 to TeamSpeak --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6485aa8..8a624fc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is an overlay for OBS to show the current talking clients in your TeamSpeak5 Channel. This App uses the new "Remote Apps" feature of TeamSpeak5. -This overlay uses the [TeamSpeak5 Remote App API](https://github.com/DerTyp7/react-ts5-remote-app-api). +This overlay uses the [TeamSpeak Remote App API](https://github.com/DerTyp7/react-teamspeak-remote-app-api). ![image](https://github.com/DerTyp7/ts5-obs-overlay/assets/76851529/d0ab06f2-1a36-479d-826f-bd4bd3d405b7) diff --git a/package.json b/package.json index 4010761..b98ef6a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^7.1.3", - "react-ts5-remote-app-api": "^2.0.0", + "react-teamspeak-remote-app-api": "^2.0.0", "sass": "^1.83.4" }, "devDependencies": {