From 1f06a19c17bb2015814c42ab6dc95ff0315ffed2 Mon Sep 17 00:00:00 2001 From: shayaa <101264710+Vxrtrauter@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:48:03 +0100 Subject: [PATCH] Change code block language from py to sh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12ade65..1228dbb 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ SoftwareManager is a Python-based GUI tool that simplifies searching and downloa ## Python Dependencies (also included in requirements.txt) - ```py + ```sh requests (2.32.2) PySide6 (6.10.1) beautifulsoup (44.13.5)