diff --git a/README.md b/README.md
index 0d2428799b9bffb6f4c3087253faef1f7e4ae5bb..e850dfab8a8dfe9003e44b50ed7b60e67f0dc304 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ If you don't already have Anaconda to run Jupyter Notebooks, we suggest **Minico
 Unless you are using Google Colab, you will need to run the file called environment.yml to install the required packages via the command line.
 
 Mac/Linux:
-1. Navigate to the esrf-um-2021 folder.
+1. Navigate to the esrf-um-2021-master folder.
 2. To open the terminal, right click on the folder and navigate to
     - Mac: Services/New Terminal at Folder
     - Linux: Open in Terminal
@@ -43,7 +43,7 @@ Mac/Linux:
 
 Windows
 1. Open Anaconda Prompt.
-2. `cd <workshop_path>`, where path is the absolute (full) path of the folder.
+2. `cd <workshop_path>`, where workshop_path is the absolute (full) path to the esrf-um-2021-master folder.
 3. Type `conda env create -f environment.yml` and press enter.
 4. Type `conda activate qim-esrf` and press enter.
 
@@ -59,7 +59,7 @@ The tutorial notebook for Structure Tensor will automatically clone the reposito
 _Option 2_
 1. Download the [repository](https://lab.compute.dtu.dk/QIM/structure-tensor) as a .zip file
 2. Extract the .zip file
-3. Rename the directory from structure-tensor-master to structure_tensor_master
+3. Rename the directory from structure-tensor-master to structure_tensor
 4. Place the directory inside esrf-um-2021-master/Structure Tensor/
 
 ### 6. Open Jupyter Notebooks