diff --git a/README-Docker.rst b/README-Docker.rst
index efb6e33da208a93d67284607ab7f0ab26bcff766..35099c642c1ff0b91a03fde55ad9f62181457e34 100644
--- a/README-Docker.rst
+++ b/README-Docker.rst
@@ -73,11 +73,11 @@ We'll respect `Semantic Versioning`_.
 Use the ECCS Docker container
 -----------------------------
 
-* Create the `eccs` directory with the required directories by bind mounts with:
+* Create the ``eccs`` directory with the directories required by bind mounts:
 
   * ``mkdir -p eccs/output eccs/html eccs/logs eccs/selenium-logs``
 
-* Instance ECCS with:
+* Instance ECCS:
 
   * ``cd eccs/``
 
@@ -89,7 +89,7 @@ Use the ECCS Docker container
 
       * ``2.1.0``
 
-* (optional) Delete last results with:
+* (optional) Delete last results:
 
   * ``docker exec -it -w /home/eccs/ eccs rm -rf html/$(date +%Y-%m-%d) output/eccs_$(date +%Y-%m-%d).log logs/*_$(date +%Y-%m-%d).log``