From 2f76921eb547c70be7e8956f58bfb4433391f786 Mon Sep 17 00:00:00 2001 From: eric5949 Date: Mon, 2 Feb 2026 19:54:36 -0500 Subject: [PATCH] Fix code block formatting in README.md Updated code block formatting for Bash and Fish installation commands. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2539ad7..4f5cded 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ *Bash* -``` +```bash bash <(curl -s https://raw.githubusercontent.com/eric5949/Synthesizer-V-Studio-2-Linux-Installer/refs/heads/main/sv2linuxinstaller.sh) ``` *Fish* (because I use fish and fish is wierd) -``` +```fish bash (curl -s https://raw.githubusercontent.com/eric5949/Synthesizer-V-Studio-2-Linux-Installer/refs/heads/main/sv2linuxinstaller.sh | psub) ```