diff --git a/scripts/README.md b/scripts/README.md
index 2e1a7dabfa50b21e638cfdfb0228a3fc78d5c5d7..9bbb76c2848a7410c5aa9670ee56041797a46584 100644
--- a/scripts/README.md
+++ b/scripts/README.md
@@ -28,10 +28,10 @@ and configure all modules with CMake
   chmod a+x install.sh
   ./install.sh
 ```
-This will clone the necessary repositories (in a subfolder 'dumux'),
+This will clone the necessary repositories (in a subfolder `DUMUX`) and
 build all libaries.
 
-Run the script test_dumux.sh in the newly created dumux folder
+Run the script `test_dumux.sh` in the newly created dumux folder
 to test your installation of dumux.
 ```bash
   ./test_dumux.sh
@@ -39,4 +39,4 @@ to test your installation of dumux.
 It will compile and run a simple one-phase ground water flow example
 and visualizes the result using paraview.
 
-* Click [here](./install.sh) to view and download the install script
+* you can also click [here](./install.sh) to view and download the install script