From 507847630cdc2386d7a21fe29da5b1c7c20de475 Mon Sep 17 00:00:00 2001
From: Yan Ji <y.ji@fz-juelich.de>
Date: Sat, 25 Jun 2022 15:40:02 +0200
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 72814b5d..528abd08 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ git clone https://gitlab.jsc.fz-juelich.de/esde/machine-learning/ambs.git
 Since the project is continuously developed and make the experiments described in the GMD paper reproducible, we also provide a frozen version:
 
 ```bash 
-git clone https://gitlab.jsc.fz-juelich.de/esde/machine-learning/ambs_gmd_nowcasting.git 
+git clone https://gitlab.jsc.fz-juelich.de/esde/machine-learning/ambs_gmd_nowcasting_v1.0 
 ```
 
 This will create a directory called `ambs` under which this README-file and two subdirectories are placed. The subdirectory `[...]/ambs/test/` contains unittest-scripts for the workflow and is therefore of minor relevance for non-developers. The subdirectory `[...]/ambs/video_prediction_tools` contains everything which is needed in the workflow and is, therefore, called the top-level directory in the following.
-- 
GitLab