From 0c7bc426db1eb415a21da3b0f8330fc2fe787622 Mon Sep 17 00:00:00 2001 From: shayaa <101264710+Vxrtrauter@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:48:25 +0100 Subject: [PATCH] Change code block syntax from sh to yml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1228dbb..c068a36 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) - ```sh + ```yml requests (2.32.2) PySide6 (6.10.1) beautifulsoup (44.13.5)