diff --git a/README.md b/README.md
index 59e79159c..a5e89e040 100644
--- a/README.md
+++ b/README.md
@@ -173,7 +173,8 @@ Dockerfiles for the server and databases are located in the `Docker` directory
MongoDB Image
-Location: `./Server/docker/mongoDB.Dockerfile`
+
+Location: `Docker/mongoDB.Dockerfile`
The `Docker/mongo/data` directory should be mounted to the MongoDB container in order to persist data.
@@ -185,7 +186,8 @@ From the `Docker` directory run
Redis Image
-Location `./Server/docker/redislDockerfile`
+
+Location `Docker/redis.Dockerfile`
the `Docker/redis/data` directory should be mounted to the Redis container in order to persist data.