Fix README and package.json to update API name from TeamSpeak5 to TeamSpeak

This commit is contained in:
2025-01-24 13:31:50 +01:00
parent c75d81eb43
commit 06b940b7c9
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
This is an overlay for OBS to show the current talking clients in your TeamSpeak5 Channel. 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 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) ![image](https://github.com/DerTyp7/ts5-obs-overlay/assets/76851529/d0ab06f2-1a36-479d-826f-bd4bd3d405b7)

View File

@@ -34,7 +34,7 @@
"react": "^19.0.0", "react": "^19.0.0",
"react-dom": "^19.0.0", "react-dom": "^19.0.0",
"react-router-dom": "^7.1.3", "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" "sass": "^1.83.4"
}, },
"devDependencies": { "devDependencies": {