diff --git a/docs.it4i/dice.md b/docs.it4i/dice.md
index b3811cd6ade0701a5a998d2a6c0d659f7d218993..e1d325fa8de5f6aa61ca0294e7d82d8eb52d15ee 100644
--- a/docs.it4i/dice.md
+++ b/docs.it4i/dice.md
@@ -39,7 +39,8 @@ We have to be sure about your identity, this will be done throught this steps:
 ssh some_user@karolina.it4i.cz
 ml irodsfs
 ```
-- config files for irodsfs and icommands will be loaded 
+
+- config files for irodsfs and icommands will be loaded
 - now you can choose between Fuse client or iCommands
 
 ***Fuse***
@@ -71,13 +72,14 @@ time="2022-08-01 12:44:27.555090" level=info msg="Successfully started backgroun
 
 you can work with fuse as an ordinary directory  ( ls, cd, cp, mv etc )
 
-***iCommands***  
+***iCommands***
 
 ```console
 ml irodsfs
 iinit
 Enter your current PAM password:
 ```
+
 - put you password you set in keycloak
 
 ```console
@@ -198,7 +200,7 @@ sudo rpm --import https://packages.irods.org/irods-signing-key.asc
 sudo wget -qO - https://packages.irods.org/renci-irods.yum.repo | sudo tee /etc/yum.repos.d/renci-irods.yum.repo
 sudo yum install epel-release -y
 sudo yum install python-psutil python-jsonschema
-sudo yum install irods-icommands-4.2.7-1.x86_64 
+sudo yum install irods-icommands-4.2.7-1.x86_64
 mkdir ~/.irods/
 cd ~ && wget https://docs.it4i.cz/irods1.it4i.cz.crt [k]
 ```