diff --git a/README.rst b/README.rst
index 06b7c186306af55944b67c591bcb47477f05ac83..bfe078ccd4dbbda701e9dee0dcd283e51f3bb960 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,11 @@ Follow the instructions to deploy AURA Web from the `Docker Compose
 Installation`_.
 
 If you just want to try ``steering`` locally, use the provided compose setup
-and be sure to put put ``AURA_PROTO=http`` in the ``.env`` file.
+and be sure to put::
+
+    AURA_PROTO=http
+
+in the ``.env`` file.
 
 A better development setup for ``steering``, that pulls the docker images for
 ``dashboard`` and ``tank`` from Docker Hub, builds the image for ``steering``
@@ -69,7 +73,7 @@ schedules::
 
     $ docker compose run django ./manage.py loaddata fixtures/program/rrule.json
 
-Then, you can create a RSA Key and the clients for `dashboard` and `tank`::
+Then, you can create a RSA Key and the clients for ``dashboard`` and ``tank``::
 
     (venv) $ ./manage.py creatersakey
     (venv) $ ./manage.py create_oidc_client dashboard public -r "id_token token" -u http://localhost:8080/oidc_callback.html -u http://localhost:8080/oidc_callback_silentRenew.html -p http://localhost:8080/