diff --git a/README.md b/README.md
index e1b4949163cb645b4701e06ca86f6240e2ac3487..361beab6e5bec001c9fc905d584ca82f0d83607a 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ The example data folder includes example files from the BEA corpus (Hungarian) a
 
 The example folder ```BEAGR``` (which must be placed in ```DATA/```) sort of defines one experiment and includes the subfolders ```data_BEA_CS``` (BEA Spontaneous Speech), ```data_BEA_RS``` (BEA Read Speech), ```data_GR_CS``` (GRASS Conversational Speech) and ```data_GR_RS``` (GRASS Read Speech). **Please make sure that those folders are named like this: ```data_{corpus}_{speakingstyle}```**. The audio files should have a sampling rate of 16kHz and can be .wav or .flac files. Given this structure and after installing/preparing all dependencies (see below) you should be able to run the experiment. 
 
-To run a specific stage of the script for a specific dataset, provide the directory where all your data is stored (here ```DATA/BEAGR```), an experiment name (here ```BEAGR```) and an integer as an argument to the `./run.sh` command. For instance, to run stage ```3``` for the example dataset ```DATA/BEAGR``` with the experiment name ```BEAGR```, you would use the following command:
+To run a specific stage of the script for a specific dataset, provide the directory where all your data is stored (here ```DATA/BEAGR/```), an experiment name (here ```BEAGR```) and an integer as an argument to the `./run.sh` command. For instance, to run stage ```3``` for the example dataset ```DATA/BEAGR/``` with the experiment name ```BEAGR```, you would use the following command:
 
 ```
 ./run.sh DATA/BEAGR/ BEAGR 3