From c79d32609df5f7c7e958ced360369d54eb68abc5 Mon Sep 17 00:00:00 2001
From: Andrea Tugores <andreatugores@gmail.com>
Date: Mon, 17 May 2021 22:07:53 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index d76a340..8402190 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ The framework consists of **two main parts**:
 ---
 The analysis code is located in the **Analysis** folder, with 12 sub-folders corresponding to the 12 examples of physics analysis documented in [Physics analysis examples](../physics/intro.md). The naming of the sub-folders follows a simple rule: "NNAnalysis", where NN can be *WBoson, ZBoson, TTbar, SingleTop, WZDiBoson, ZZDiBoson, HZZ, HWW, Hyy, ZPrimeBoosted, ZTauTau and SUSY*.
 
-While the notebook is running, a description and explanation of the selected analysis will appear. This information is stored in the *analysis_info.csv* file inside the *notebooks-info* folder. A more detailed explanation about the data is found in the Data-Documentation.md file.
+While the notebook is running, a description and explanation of the selected analysis will appear. This information is stored in the *analysis_info.csv* file inside the *notebooks-info* folder. A more detailed explanation about the data is found in the *Data-Documentation.md* file.
 
 Each analysis sub-folder contains the following files:
 
-- 
GitLab