diff --git a/README.md b/README.md
index de620e91476dad70494b01b7d6999a011495cebd..6a82603de5120a6d8e5e8cceb310c08afcadb7af 100755
--- a/README.md
+++ b/README.md
@@ -26,11 +26,11 @@ sh  /path_to_the_program/oda.sh  /input_path/your_data_file.xlsx  /output_path/
 ```
 2. Running on your local machine with a Singularity / Docker / Podman container. Make sure Singularity / Docker / Podman is installed and you can run it from a command line tool such as a Linux terminal or Windows CMD / PowerShell. You should request a copy of the corresponding container from me.
 ```
-singularity exec oda_container Rscript /path_to_the_program/ODA.R  /input_path/your_data_file.xlsx  /output_path/
+singularity exec oda_container Rscript /path_to_the_program/ODA/ODA.R  /input_path/your_data_file.xlsx  /output_path/
 ```
 3. Running on your local machine. Make sure R and required packages are installed and you can run the Rscript command from a command line tool such as a Linux terminal or Windows CMD / PowerShell.
 ```
-Rscript  /path_to_the_program/ODA.R  /input_path/your_data_file.xlsx  /output_path/
+Rscript  /path_to_the_program/ODA/ODA.R  /input_path/your_data_file.xlsx  /output_path/
 ```
 
 ## Examples: See the Examples folder for typical analysis settings and output files (more to be added).