From 6386b69cdb541600bceb47f6551a2e5264c3c1d8 Mon Sep 17 00:00:00 2001
From: Bing Gong <b.gong@fz-juelich.de>
Date: Fri, 22 Jul 2022 13:52:09 +0200
Subject: [PATCH] Update README.md

---
 README.md | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index c7ad2024..572d73f4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
-
 <img src="ambs_logo.jpg" width="1000" height="400">
 
 [Check our video](https://www.youtube.com/watch?v=Tf2BDDlSDeQ)
@@ -294,12 +293,12 @@ The output structure for each workflow step (directory tree) following the filen
 #### Overview on placeholders of the output directory tree
 | Arguments	| Value	|
 |---	|---	|
-| [<YYYY>]	| four-digit years, e.g. 2007, 2008 etc.|
-| [<MM>]	| two-digit month, e.g. 01, 02, ..., 12|
-| [< DD>]	| two-digit day, e.g. 01, 02, ..., 31|    
-| [<HH>]	| two-digit day, e.g. 01, 02, ..., 24|     
-|[directory_name_convention]| name indicating the data period, the target domain and the selected variables|
-[model_name] | convLSTM, savp or weatherBench|
+| [<`YYYY`>]	| four-digit years, e.g. 2007, 2008 etc.|
+| [<`MM`>]	| two-digit month, e.g. 01, 02, ..., 12|
+| [< `DD`>]	| two-digit day, e.g. 01, 02, ..., 31|    
+| [<`HH`>]	| two-digit day, e.g. 01, 02, ..., 24|     
+|[`directory_name_convention`]| name indicating the data period, the target domain and the selected variables|
+[`model_name`] | convLSTM, savp or weatherBench|
 
 
 #### Directory name convention
-- 
GitLab