diff --git a/README.md b/README.md
index c18ad88479f1de465ca8089ca4e064f8f2993136..e1b4949163cb645b4701e06ca86f6240e2ac3487 100644
--- a/README.md
+++ b/README.md
@@ -19,16 +19,16 @@ The repository includes a **main script** (```run.sh```), a folder which include
 
 The example data folder includes example files from the BEA corpus (Hungarian) and the GRASS corpus (Austrian German) which makes it possible to run an experiment from scratch. In general, the speech data to be analyzed should be stored in the folder ```DATA/```. In case of the example experiment, this folder (```DATA/BEAGR/```) has the following structure:
 
-- DATA/BEAGR/data_BEA_CS
+- ```DATA/BEAGR/data_BEA_CS```
   - Various speaker (spkID1, spkID2, ...) folders
     - Various .wav or .flac files (fs=16kHz)
-- DATA/BEAGR/data_BEA_RS
+- ```DATA/BEAGR/data_BEA_RS```
   - Various speaker (spkID1, spkID2, ...) folders
     - Various .wav or .flac files (fs=16kHz)
-- DATA/BEAGR/data_GR_CS
+- ```DATA/BEAGR/data_GR_CS```
   - Various speaker (spkID1, spkID2, ...) folders
     - Various .wav or .flac files (fs=16kHz)
-- DATA/BEAGR/data_GR_RS
+- ```DATA/BEAGR/data_GR_RS```
   - Various speaker (spkID1, spkID2, ...) folders
     - Various .wav or .flac files (fs=16kHz)