From c751f02c050953b41e8f858a250ce35b6c72cd98 Mon Sep 17 00:00:00 2001
From: Jan Frenzel <jan.frenzel@tu-dresden.de>
Date: Fri, 12 Nov 2021 17:16:34 +0100
Subject: [PATCH] Removed "with documentation inside" from container building
 description in README.md.

---
 doc.zih.tu-dresden.de/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/README.md b/doc.zih.tu-dresden.de/README.md
index 57cb9a23f..b09a0f501 100644
--- a/doc.zih.tu-dresden.de/README.md
+++ b/doc.zih.tu-dresden.de/README.md
@@ -107,7 +107,7 @@ Open `http://127.0.0.1:8000` with a web browser to preview the local copy of the
 
 You can also use `docker` to build a container from the `Dockerfile`, if you are familiar with it.
 This may take a while, as mkdocs and other necessary software needs to be downloaded.
-Building a container with the documentation inside could be done with the following steps:
+Building a container could be done with the following steps:
 
 ```Bash
 cd /PATH/TO/hpc-compendium
-- 
GitLab