diff --git a/docs.it4i/dgx2/software.md b/docs.it4i/dgx2/software.md
index 1fad262317040c3f617dced9bf9e1290b74ef2f8..24ee8e7219cda0f564cce1243f363364d558dd54 100644
--- a/docs.it4i/dgx2/software.md
+++ b/docs.it4i/dgx2/software.md
@@ -17,7 +17,7 @@ The catalog of all container images can be found on [NVIDIA site][a]. Supported
 
 NVIDIA expects usage of Docker as a containerization tool, but Docker is not a suitable solution in a multiuser environment. For this reason, the [Singularity container][b] solution is used.
 
-Singularity can be used similarly to Docker, the only change is a rewrite of an image URL address. For example, original command for Docker `docker run -it nvcr.io/nvidia/theano:18.08` should be rewritten to `singularity shell docker://nvcr.io/nvidia/theano:18.08`. More about Singularity [here][1].
+Singularity can be used similarly to Docker, just change the image URL address. For example, original command for Docker `docker run -it nvcr.io/nvidia/theano:18.08` should be changed to `singularity shell docker://nvcr.io/nvidia/theano:18.08`. More about Singularity [here][1].
 
 For fast container deployment, all images are cached after first use in the *lscratch* directory. This behavior can be changed by the *SINGULARITY_CACHEDIR* environment variable, but the start time of the container will increase significantly.