Skip to content

Commit dd668cb

Browse files
committed
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.
1 parent b692467 commit dd668cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ or Arch Linux
6868

6969
```
7070
sudo pacman -S python-lsp-server
71-
````
71+
```
7272

7373
Only on Alpine Linux the package is named differently. You can install it there by typing this command in your terminal:
7474

0 commit comments

Comments
 (0)