From ab1f16c4c8bd9399a0ca5107e896ce367c02151e Mon Sep 17 00:00:00 2001 From: Ghaniyyat <142936812+Ghaniyyat05@users.noreply.github.com> Date: Sat, 21 Dec 2024 21:08:59 +0500 Subject: [PATCH] docs(readme): Update style of pacman install instructions Updated consistent styling for prerequisite installation commands. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c359c0..6ebb242 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ $ conda install typos ``` Or use [Pacman](https://wiki.archlinux.org/title/pacman) to install: -``` -sudo pacman -S typos +```console +$ sudo pacman -S typos ``` ## Getting Started