Explorar el Código

docs(readme): fix codeblocks in zsh completions

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen hace 2 años
padre
commit
570bbbb7c9
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -219,7 +219,7 @@ scoop install eza
    
 ```sh
 git clone https://github.com/eza-community/eza.git
-\```
+```
 
 **Add the completion path to your zsh configuration**:
    
@@ -227,13 +227,14 @@ Replace `<path_to_eza>` with the actual path where you cloned the `eza` reposito
 
 ```sh
 echo 'export FPATH="<path_to_eza>/completions/zsh:$FPATH"' >> ~/.zshrc
-\```
+```
 
 **Reload your zsh configuration**:
    
 ```sh
 source ~/.zshrc
-\```
+```
+
 ---
 
 Click sections to expand.