diff --git a/README.md b/README.md
index bb82bf4a7396262f047aa706cc6cfd8df22fae98..9e9462a1fafd3b0d1442f46ca63fdaf4819e612e 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ container to help maintenance.
 ## Deploy SEDModS
 
 ### Project content description
-The `Dockerfile` uses::
+The `Dockerfile` depends on:
  - an httpd server (running on container's port 80)
  - python and WSGI packages
 It needs a properly configured `wsgi.conf` that will be loaded within
@@ -25,8 +25,9 @@ To build the container image:
 
 It is suggested to have a dedicated user to run in production.
 
-The service expects the SED models in /srv/sed-data/sim_total.dat
-And to run:
+The service expects the SED models in **/srv/sed-data/sim_total.dat**.
+
+Start the service:
 
     podman run -dt \
         --name sedmod-test \
@@ -47,7 +48,7 @@ host server, this must be changed if the host's 8080 is already in use.
 
 The service implementation is descripbed [here](README_implementation.md).
 
-Then the service presents the **/searchd** endpoint. Arguments are separated
+The service presents the **/searchd** endpoint. Arguments are separated
 by underscore and their meaning is indicated in this C++ code snipped:
 
 ```cpp