diff --git a/README.md b/README.md
index c668948ac9112e3405673f99933d24fa8a39f5a8..38861e9ef8c3f67c7bfd1a7f5be847f575c461da 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ https://github.com/wackywendell/tess
 3. Download the Droplet Contact Numbers and Probabilities script (DCNumPro.py) and conda environment (DCNumPro.yml)
 https://git.rwth-aachen.de/avt-fvt/public/contact-numbers-and-probabilities
 
-4. Put the DCNumPro.py and DCNumPro.yml files into the "tess" folder of the Laguerre Tessellation Tool
+4. Put the DCNumPro.py and DCNumPro.yml files into the main folder of the Laguerre Tessellation Tool
 
 5. Open the DCNumPro.py script with an code editor and install the environment DCNumPro.yml by typing:
 conda env create -f DCNumPro.yml
@@ -14,4 +14,4 @@ conda env create -f DCNumPro.yml
 6. Install the Laguerre Tessellation Tool by typing: 
 python setup.py build_ext -i
 
-7. Set configuration parameter in DCNumPro.py and run the script.
\ No newline at end of file
+7. Set configuration parameters in DCNumPro.py and run the script.
\ No newline at end of file