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.
This commit is contained in:
Your Name
2025-08-28 17:51:54 +03:00
parent 70488e6ecc
commit bb7d000208
+1 -1
View File
@@ -375,7 +375,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
<td>Markdown Rendering</td> <td>Markdown Rendering</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://www.pygame.org/">pygame</a></td> <td><a href="https://pyglet.org/">pyglet</a></td>
<td>Audio Playback</td> <td>Audio Playback</td>
</tr> </tr>
<tr> <tr>