diff --git a/docs.it4i/storage/proj4-storage.md b/docs.it4i/storage/proj4-storage.md
index 1f08e9c821bbae5b5460db56d6bdfa2e1236b1a5..4c85d401e1e6f6412c88c21334e592e9561433b9 100644
--- a/docs.it4i/storage/proj4-storage.md
+++ b/docs.it4i/storage/proj4-storage.md
@@ -109,7 +109,9 @@ Permission can be set only by the owner of the bucket.
        URL:       [http://195.113.250.1:8080/test-bucket/test1.log](http://195.113.250.1:8080/test-bucket/test1.log)
        x-amz-meta-s3cmd-attrs: atime:1696588450/ctime:1696588452/gid:1001/gname:******/md5:******/mode:33204/mtime:1696588452/uid:******/uname:******
 ```
+
 ## Access to Multiple Projects
+
 If a user needs to access multiple projects' data, it is needed to repeat the step asking the IT4I support for new credentials for the additional projects. In case you don't have the credentials assigned with the project activation, please send a request to support@it4i.cz.
 
 As the first step, rename your current S3 configuration, so that it uniquely identifies your current project or organize it on your local storage accordingly.
@@ -117,15 +119,19 @@ As the first step, rename your current S3 configuration, so that it uniquely ide
 ```console
 $ mv /home/IT4USER/.s3cfg /home/IT4USER/.s3cfg-OPEN-XX-YY
 ```
+
 Then create new S3 configuration for the additional project (e.g. OPEN-AA-BB).
 
 ```console
 $ s3cmd --configure
 ```
+
 Rename or organize you newly created config.
+
 ```console
 $ mv /home/IT4USER/.s3cfg /home/IT4USER/.s3cfg-OPEN-AA-BB
 ```
+
 When acccessing the data of the different project specify the right configuration using the S3 commands.
 
 ```console