diff --git a/docs.it4i/software/tools/singularity-it4i.md b/docs.it4i/software/tools/singularity-it4i.md
index 6c0e27bb63b7f0eb65923da4cf70cacf4497e259..806cefcb434c43b99d56c3a4f849e1eca297cd8b 100644
--- a/docs.it4i/software/tools/singularity-it4i.md
+++ b/docs.it4i/software/tools/singularity-it4i.md
@@ -40,6 +40,8 @@ For using our singularity images we prepared special wrappers:
 * image-shell
 * image-update
 
+The latest version of the scripts is [here](https://code.it4i.cz/sccs/it4i-singularity/tree/master/bin)
+
 **image-exec**
 
 Open image and run command into image.
@@ -53,7 +55,7 @@ CentOS Linux release 7.3.1708 (Core)
 
 **image-mpi**
 
-MPI wrapper. More in the chapter [Examples MPI](#mpi)
+MPI wrapper. More in the chapter [Examples MPI](#mpi).
 
 **image-run**
 
@@ -230,17 +232,17 @@ $ image-mpi hostname | wc -l
 48
 ```
 
-## Use Own Image on Cluster
+## How to Use Own Image on Cluster?
 
-1. Prepare image into your local computer
-1. Transfer image to your `/home` (for example `.singularity/image`)
+1. Prepare the image on your  computer
+1. Transfer the images to your `/home` directory on the cluster (for example `.singularity/image`)
 1. Load module Singularity (`ml Singularity`)
 1. Use your image
 
-## Edit IT4Innovations Image
+## How to Edit IT4Innovations Image?
 
-1. Transfer image to your local computer
-1. Edit image
-1. Transfer image from your local computer to cluster /home
+1. Transfer the image to your computer
+1. Modify the image
+1. Transfer the image from your computer to your `/home` directory on the cluster
 1. Load module Singularity (`ml Singularity`)
 1. Use your image