From dd668cb9395ba1ce5a87c8d8f7511c3e27bd7c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Lindberg?= Date: Sun, 19 Jul 2026 07:34:14 +0200 Subject: [PATCH] docs: fix extra backtick in Arch Linux install code block The Arch Linux installation code block in README.md was closed with four backticks (````) instead of three (```), causing incorrect Markdown rendering. This removes the extra backtick. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daca7dc6..6f6cb19b 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ or Arch Linux ``` sudo pacman -S python-lsp-server -```` +``` Only on Alpine Linux the package is named differently. You can install it there by typing this command in your terminal: