diff --git a/README.md b/README.md
index a03371bd99112ca012fecd7de382ecf577576151..2c75ca3f6029fce4e7eaf801f07ecf3aaa2dcb51 100644
--- a/README.md
+++ b/README.md
@@ -4,14 +4,14 @@ This repository contains the code used to analyze the data that supports the fin
 Qianliang Li, Marius Zimmermann and Ivana Konvalinka. Two-brain microstates: A novel hyperscanning-EEG method for quantifying task-driven inter-brain asymmetry. Preprint: https://doi.org/10.1101/2024.05.06.592342.
 _Under review_. DOI to the published paper will be added upon acceptance.
 
-The code consist of 4 python scripts
-1. Main.py is the main script and contains the code to estimate the microstates and compute the corresponding features
-2. dualmicro_functions.py contains the functions employed by Main.py
-3. eeg_microstates3.py is a slightly modified version of the microstate Python toolbox by von Wegner F, Laufs H, 2018 (doi: 10.3389/fninf.2018.00030)
-4. helper.py contains a few generic utility functions
+The code consist of 4 python scripts:
+1. Main.py is the main script and contains the code to estimate the microstates and compute the corresponding features.
+2. dualmicro_functions.py contains the functions employed by Main.py.
+3. eeg_microstates3.py is a slightly modified version of the microstate Python toolbox by von Wegner F, Laufs H, 2018 (doi: 10.3389/fninf.2018.00030).
+4. helper.py contains a few generic utility functions.
 
 The requirement.txt file contains the library versions employed for the analysis in the study.
 
 The data used in this analysis is publicly available and was previously described and preprocessed by Zimmermann, M., Lomoriello, A. S., and Konvalinka, I. Intra-individual behavioural and neural signatures of audience effects and interactions in a mirror-game paradigm. Royal Society Open Science, 9(2) 2022.
 
-Notice that we fitted the microstates over all the subjects, which might be infeasible without access to high performance computing. An alternative is to determine individual maps and then averaging group-wise, however such group-averaged maps is not guaranteed to explain the variance as well as maps found by fitting to all data.
\ No newline at end of file
+Notice that we fitted the microstates over all the subjects, which might be infeasible without access to high performance computing. An alternative is to determine individual maps and then averaging group-wise, however such group-averaged maps are not guaranteed to explain the variance as well as maps found by fitting to all data.
\ No newline at end of file