From 64d7f949bdeca3abbbaf1289a569ef04d99c5240 Mon Sep 17 00:00:00 2001
From: Beliy Nikita <nikita.beliy@uliege.be>
Date: Tue, 24 Mar 2020 13:24:22 +0100
Subject: [PATCH] Update README.md

---
 example1/README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/example1/README.md b/example1/README.md
index a2f3a3b..4dc2ac7 100644
--- a/example1/README.md
+++ b/example1/README.md
@@ -7,17 +7,17 @@
   - [High Cognitive Load (HCL) session](#exp_hcl)
   - [Low Cognitive Load (LCL) session](#exp_lcl)
   - [Stroop session](#exp_stroop)
-	- [Working memory task description](#exp_mem)
-	- [Assessment description](#exp_ass)
+  - [Working memory task description](#exp_mem)
+  - [Assessment description](#exp_ass)
 - [Dataset structure](#ds)
   - [Acquired data files](#ds_data)
-	- [Additional files](#ds_aux)
+  - [Additional files](#ds_aux)
   - [Bidscoin files](#ds_bids)
 - [How to run example](#run)
-	- [Data preparation](#run_prep)
-	- [Bidsmap creation](#run_map)
-	- [Data processing](#run_proc)
-	- [Data bidsification](#run_bids)
+  - [Data preparation](#run_prep)
+  - [Bidsmap creation](#run_map)
+  - [Data processing](#run_proc)
+  - [Data bidsification](#run_bids)
 	
 Task results are formatted following [bids](https://bids-specification.readthedocs.io/en/stable/04-modality-specific-files/05-task-events.html),
 and stored in `source/<subject>/<session>/nii/FCsepNBack.tsv` file.
-- 
GitLab