From ed30f9de3901f56968610226dde556360990390e Mon Sep 17 00:00:00 2001
From: David Seus <david.seus@mathematik.uni-stuttgart.de>
Date: Wed, 14 Oct 2020 11:47:47 +0200
Subject: [PATCH] Update README.md

---
 Setup/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Setup/README.md b/Setup/README.md
index 0c007a3..8a01ff2 100644
--- a/Setup/README.md
+++ b/Setup/README.md
@@ -89,7 +89,7 @@ If you have trouble with internet connection inside the container use
 ## Start LDD-TPR container and step into the container
 From anywhere in the command line you can start the docker container by running
 
-    docker start LDD-TPR & docker exec -ti -u fenics LDD-TPR /bin/bash -l
+    docker start LDD-TPR-fenics2019 & docker exec -ti -u fenics LDD-TPR-fenics2019 /bin/bash -l
 >>>
 Tip: This command should be stored as a script or alias to not have to remember it.
 >>>
-- 
GitLab