diff --git a/doc/sdk-installation.md b/doc/sdk-installation.md
index 0cb9cbbff00176d169245eac9e67688fbadd3f16..36ff521fda74517a297fa3060e5ab00db1bf6e0e 100644
--- a/doc/sdk-installation.md
+++ b/doc/sdk-installation.md
@@ -8,7 +8,7 @@ SOON
 ## OpenCAPIF SDK development environment installation
 Follow next steps to perform OpenCAPIF SDK installation:
 
-1 - Create an enviroment with pyenv
+1. Create an enviroment with pyenv
 
 ```console
 #Commands to install the Python environment
@@ -40,10 +40,13 @@ OPTIONAL step: For Arm64 architecture sometimes will appear this problem
     make: *** [Programs/_freeze_module] Error 1
     make: *** Waiting for unfinished jobs....´´´
 
-    This article explains how to [solve it](https://laict.medium.com/install-python-on-macos-11-m1-apple-silicon-using-pyenv-12e0729427a9)  
 
+This article explains how to solve it [here](https://laict.medium.com/install-python-on-macos-11-m1-apple-silicon-using-pyenv-12e0729427a9)  
 
-2- Clone GitHub repository:
+
+
+
+2. Clone GitHub repository:
 
 ```console
 git clone -b sdk_v0.1 --single-branch https://github.com/Telefonica/pesp_capif_sdk.git
@@ -55,7 +58,7 @@ git clone -b sdk_v0.1 --single-branch https://github.com/Telefonica/pesp_capif_s
 cd /your/path/to/pesp_capif_sdk
 ```
 
-3 - Install the Python requirements listed in requirements.txt file:
+3. Install the Python requirements listed in requirements.txt file:
 
 ```console
 cd installation