From 13fb3a0a867bb84aa4981d076c68fb56ac1f19ef Mon Sep 17 00:00:00 2001 From: VixidDev <52578495+VixidDev@users.noreply.github.com> Date: Wed, 3 Jul 2024 00:13:50 +0100 Subject: [PATCH] Update README to reflect JNA change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce6f46f..8a598a9 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,6 @@ Works by reading the window title of the Spotify desktop client * Shows the current song artist and title in game * Can control the song using keybinds set in the config * Posts a chat message whenever a song changes -> Currently uses powershell commands to query the window title so this will only work -on Windows devices +> Only the Windows JNA method for getting the window title is implemented at the moment, this feature +> will not work with other platforms yet.