From a90a9731a9f72bcdd5bf4e12d150f7ca7975c2c0 Mon Sep 17 00:00:00 2001
From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch>
Date: Mon, 5 Dec 2022 18:19:15 +0100
Subject: [PATCH] Fix typo

---
 documentation/docs/start/install.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/documentation/docs/start/install.md b/documentation/docs/start/install.md
index 37cd0531d..1c4a0c9eb 100644
--- a/documentation/docs/start/install.md
+++ b/documentation/docs/start/install.md
@@ -43,10 +43,11 @@ On macOS, we use the Homebrew package manager to handle and install the GeoModel
 !!! note
 
    Do you have the newer Mac computer based upon the M1 chip?  Then you will need to set the environment variable
-    ```
+   
+   ```
    export DYLD_LIBRARY_PATH=/usr/local/lib:/opt/homebrew/lib
  
-    ```
+   ```
 
 !!! tip
 
-- 
GitLab