From bb7d0002081128597d97d5aee227c5cac4b5302d Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 28 Aug 2025 17:51:54 +0300 Subject: [PATCH] Update audio playback library reference in README Changed the audio playback library reference from pygame to pyglet in the README to accurately reflect the project's dependencies. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8707e37..79b5ef2 100644 --- a/README.md +++ b/README.md @@ -375,7 +375,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file Markdown Rendering - pygame + pyglet Audio Playback