From 9e38248a0e7be572e550ed509c41f2e5d8a19ac2 Mon Sep 17 00:00:00 2001
From: Fahad Khalid <f.khalid@fz-juelich.de>
Date: Wed, 11 Sep 2019 08:07:35 +0200
Subject: [PATCH] Fix: The name of the repositry directory is now correct.

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 872d422..9de4abc 100644
--- a/README.md
+++ b/README.md
@@ -183,7 +183,7 @@ the steps required for different supercomputers.
 
 1.  Change directory to the repository root:
 
-    `cd ml_dl_on_supercomputers`
+    `cd dl_on_supercomputers`
 2.  Change to the keras sub-directory:
 
     `cd keras`
@@ -205,7 +205,7 @@ configuration.
 
 1.  Change directory to the repository root:
 
-    `cd ml_dl_on_supercomputers`
+    `cd dl_on_supercomputers`
 2.  Change to the keras sub-directory:
 
     `cd keras`
-- 
GitLab