diff --git a/docs.it4i/software/tools/singularity-it4i.md b/docs.it4i/software/tools/singularity-it4i.md
index b4195463a962e787d85d027d2f4d0cc1e4accf46..186fd95cd075c15c9728afda0b8339561eb92e9b 100644
--- a/docs.it4i/software/tools/singularity-it4i.md
+++ b/docs.it4i/software/tools/singularity-it4i.md
@@ -235,14 +235,14 @@ $ image-mpi hostname | wc -l
 ## How to Use Own Image on Cluster?
 
 1. Prepare the image on your  computer
-1. Transfer the images to your `/home` directory on the cluster (for example `.singularity/image`)
+2. Transfer the images to your `/home` directory on the cluster (for example `.singularity/image`)
 
 ```console
 local $ scp image  login@login4.salomon.it4i.cz:/home/login/.singularity/image/image
 ```
 
-1. Load module Singularity (`ml Singularity`)
-1. Use your image
+3. Load module Singularity (`ml Singularity`)
+4. Use your image
 
 ## How to Edit IT4Innovations Image?
 
@@ -252,12 +252,12 @@ local $ scp image  login@login4.salomon.it4i.cz:/home/login/.singularity/image/i
 local $ scp login@login4.salomon.it4i.cz:/home/login/.singularity/image/image image
 ```
 
-1. Modify the image
-1. Transfer the image from your computer to your `/home` directory on the cluster
+2. Modify the image
+3. Transfer the image from your computer to your `/home` directory on the cluster
 
 ```console
 local $ scp image  login@login4.salomon.it4i.cz:/home/login/.singularity/image/image
 ```
 
-1. Load module Singularity (`ml Singularity`)
-1. Use your image
+4. Load module Singularity (`ml Singularity`)
+5. Use your image