diff --git a/docker/spark-test/README.md b/docker/spark-test/README.md
index addea277aa6c41015f37e585c89bffc35009e104..7f4b5460b10269b0302c579d76ff5da549859bdb 100644
--- a/docker/spark-test/README.md
+++ b/docker/spark-test/README.md
@@ -1,10 +1,11 @@
 Spark Docker files usable for testing and development purposes.
 
 These images are intended to be run like so:
-docker run -v $SPARK_HOME:/opt/spark spark-test-master
-docker run -v $SPARK_HOME:/opt/spark spark-test-worker <master_ip>
+
+	docker run -v $SPARK_HOME:/opt/spark spark-test-master
+	docker run -v $SPARK_HOME:/opt/spark spark-test-worker <master_ip>
 
 Using this configuration, the containers will have their Spark directories
-mounted to your actual SPARK_HOME, allowing you to modify and recompile
+mounted to your actual `SPARK_HOME`, allowing you to modify and recompile
 your Spark source and have them immediately usable in the docker images
 (without rebuilding them).